diff options
| author | BrewTestBot | 2014-07-18 06:48:15 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-07-18 19:12:19 -0500 |
| commit | baef9dc8357571b8017467a37586250c4c32455b (patch) | |
| tree | 06f0481f98a8c3e323da7ddcecee2f3933c4a25b /Library/Formula | |
| parent | 3b870f2caeb62b96c77474069c638019cdd7b660 (diff) | |
| download | homebrew-baef9dc8357571b8017467a37586250c4c32455b.tar.bz2 | |
rhash: add 1.3.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rhash.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/rhash.rb b/Library/Formula/rhash.rb index 4dff048fd..a92498cdf 100644 --- a/Library/Formula/rhash.rb +++ b/Library/Formula/rhash.rb @@ -5,6 +5,13 @@ class Rhash < Formula url 'https://downloads.sourceforge.net/project/rhash/rhash/1.3.2/rhash-1.3.2-src.tar.gz' sha1 '15a997c98da1bc3628e065686866b6167951a44d' + bottle do + cellar :any + sha1 "cb5c136e11633ffb2bb28248e61ef468a724a6a5" => :mavericks + sha1 "25acb04254d9b202a7a016e89b28898fed48d65a" => :mountain_lion + sha1 "0ea791f790338589aea739b56948b126e5e75f1d" => :lion + end + # Upstream issue: https://github.com/rhash/RHash/pull/7 # This patch will need to be in place permanently. patch :DATA |
