sha2: add 1.0.1 bottle.
This commit is contained in:
parent
da5dd55443
commit
0b2678dfae
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Sha2 < Formula
|
|||
url "http://www.aarongifford.com/computers/sha2-1.0.1.tgz"
|
||||
sha1 "ffbc69e0b0ab47f70e61aeb14fa16ba2b74dc728"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "df93015804de4b208f7eb7c3e6ea390aa4839da0" => :yosemite
|
||||
sha1 "6a70d9dab98a22b03aa83b735746c356fcfd4ced" => :mavericks
|
||||
sha1 "23658e75f2a245c7fbcb63d792db85a5b8c9d5c0" => :mountain_lion
|
||||
end
|
||||
|
||||
option "without-check", "Skip compile-time tests"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue