diff options
| author | BrewTestBot | 2014-06-06 04:56:51 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-06-05 23:41:59 -0500 |
| commit | ae32b694705c4513fbfdd492d81a8878738b0d42 (patch) | |
| tree | e5c69ab6ec59e1473b01c6fcffe8675dffe6abf3 /Library | |
| parent | 1dd924ec0e7eed3a542b36436e0a8e70280e4ac8 (diff) | |
| download | homebrew-ae32b694705c4513fbfdd492d81a8878738b0d42.tar.bz2 | |
zile: add 2.4.11 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zile.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/zile.rb b/Library/Formula/zile.rb index 7725735a3..a044380d8 100644 --- a/Library/Formula/zile.rb +++ b/Library/Formula/zile.rb @@ -6,6 +6,12 @@ class Zile < Formula mirror "https://ftp.gnu.org/gnu/zile/zile-2.4.11.tar.gz" sha1 "ad2efb80031c3a406f8f83ac5d400a38bc297434" + bottle do + sha1 "6112330f840500f201c9903a67003f22c484e458" => :mavericks + sha1 "0daeecd50c14a9338527fcfc367f96487d538cd4" => :mountain_lion + sha1 "1a32cf3d3c235bba1fd570e7bff81190851ec411" => :lion + end + depends_on "pkg-config" => :build depends_on "bdw-gc" depends_on "gettext" |
