cryptopp: add 5.6.2 bottle.
This commit is contained in:
parent
422cf94776
commit
4f758a2dcb
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Cryptopp < Formula
|
|||
sha256 "5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574"
|
||||
version "5.6.2"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "501fe96896a6163537109a046f491358eaa3075d94b693ac751f4028638d484b" => :yosemite
|
||||
sha256 "87e605330ba941823be11abf5517354b1d7aeecc3e53bea4a1aa6415acc9f89a" => :mavericks
|
||||
sha256 "30508cb32dc476ff24e405c64d3b535a6e6a61dabb93810860c58344759c7de5" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "CXX=#{ENV.cxx}"
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue