diff options
| author | BrewTestBot | 2014-06-05 08:50:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-05 10:40:49 +0100 |
| commit | ae195866856d0b8c7196801dae932070942fa772 (patch) | |
| tree | b17a38e100ab1cd7859acd796f6f69e5ad76dd0b /Library | |
| parent | 997380682db2dbb35ee3182c5721a2ce14c847c8 (diff) | |
| download | homebrew-ae195866856d0b8c7196801dae932070942fa772.tar.bz2 | |
bindfs: add 1.12.4 bottle.
Closes #29893.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bindfs.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/bindfs.rb b/Library/Formula/bindfs.rb index 8c598caba..c56fe6cb8 100644 --- a/Library/Formula/bindfs.rb +++ b/Library/Formula/bindfs.rb @@ -5,6 +5,13 @@ class Bindfs < Formula url "http://bindfs.org/downloads/bindfs-1.12.4.tar.gz" sha1 "c518fdaf4e22472f0b8140c5a338493c444026b6" + bottle do + cellar :any + sha1 "6709966a00d8bb146b5bd4e75dc37dc38db7bb88" => :mavericks + sha1 "c04026b339551e371fcd5993a9fb4ce332b45af8" => :mountain_lion + sha1 "d19667195246207f7b1eb98bae042e54e8dc26ac" => :lion + end + head do url "https://github.com/mpartel/bindfs.git" depends_on "autoconf" => :build |
