diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hashcash.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/hashcash.rb b/Library/Formula/hashcash.rb index 5477fe87f..80cc918e2 100644 --- a/Library/Formula/hashcash.rb +++ b/Library/Formula/hashcash.rb @@ -5,6 +5,12 @@ class Hashcash < Formula url "http://hashcash.org/source/hashcash-1.22.tgz" sha1 "0fa03c9f266026e505c0ab7b671ad93aef9310de" + bottle do + cellar :any + sha1 "c816296851be064a24cfd568acfa485731909877" => :yosemite + sha1 "9c6255cf6ca2b0fc0778468119272ecab94308b5" => :mavericks + end + def install system "make", "install", "PACKAGER=HOMEBREW", |
