libscrypt: add 1.19 bottle.
This commit is contained in:
parent
6e520fef64
commit
9f8b869ee4
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Libscrypt < Formula
|
|||
url "https://github.com/technion/libscrypt/archive/v1.19.tar.gz"
|
||||
sha1 "fb457aab4561a929dda2872da52b02710c07b7a5"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "471622a1f4fe31bc2b54e93bb7ae1253edbbc2da" => :mavericks
|
||||
sha1 "60f5c75dbb4b14ed4f3c7bc89a9410b78f791c90" => :mountain_lion
|
||||
sha1 "8fef4e66f57d7faf2a23ecf1c3f3fcbeb58d6217" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install-osx", "PREFIX=#{prefix}", "LDFLAGS=", "CFLAGS_EXTRA="
|
||||
system "make", "check", "LDFLAGS=", "CFLAGS_EXTRA="
|
||||
|
|
Loading…
Reference in a new issue