diff options
| author | Mike McQuaid | 2012-08-11 15:14:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-11 15:24:21 +0100 |
| commit | 49fd7cf097176acfd7245471635b6da3cff4baf9 (patch) | |
| tree | 6ff1a018d6820713f1e16786e3c5691e22b74429 /Library/Formula/gettext.rb | |
| parent | 80d1827cbf0c6050b93daf16671c5e91a39a2662 (diff) | |
| download | homebrew-49fd7cf097176acfd7245471635b6da3cff4baf9.tar.bz2 | |
gettext: add Mountain Lion and Snow Leopard bottles.
Diffstat (limited to 'Library/Formula/gettext.rb')
| -rw-r--r-- | Library/Formula/gettext.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index a922a87fa..08f3eb42b 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -9,7 +9,9 @@ class Gettext < Formula keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." bottle do + sha1 'd1ad5ad15bfe8fe813ee37e5d6b514fc79924b9a' => :mountainlion sha1 'c75fdb192f1b49c9e7e2039c66e24f60f26bc027' => :lion + sha1 'b8958544542fc160b4c74db5d83cb441d12741c7' => :snowleopard end option :universal |
