diff options
| author | BrewTestBot | 2015-02-05 09:38:57 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-05 11:25:24 +0000 |
| commit | 2e849cc76a4a80e89ead6884340a0ceacacd3a29 (patch) | |
| tree | fa9cbfe47b9bf7b8510c04210082ee3987088500 /Library/Formula/ifuse.rb | |
| parent | c207f790186bf0ed4ad4b561cb1012e0a0c16f50 (diff) | |
| download | homebrew-2e849cc76a4a80e89ead6884340a0ceacacd3a29.tar.bz2 | |
ifuse: add 1.1.3_1 bottle.
Diffstat (limited to 'Library/Formula/ifuse.rb')
| -rw-r--r-- | Library/Formula/ifuse.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb index 7086a96fd..8146abc8e 100644 --- a/Library/Formula/ifuse.rb +++ b/Library/Formula/ifuse.rb @@ -4,6 +4,12 @@ class Ifuse < Formula homepage 'http://www.libimobiledevice.org/' url 'https://github.com/libimobiledevice/ifuse/archive/1.1.3.tar.gz' sha1 '447e9309fba1979be98ec83a4627b421dbd83032' + bottle do + cellar :any + sha1 "36193691045028ec72dfde9b862b752a3e53ee2b" => :mavericks + sha1 "9793481729e287f0a1b0e43bdcda489880d81a83" => :mountain_lion + end + revision 1 head 'http://cgit.sukimashita.com/ifuse.git' |
