aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-01-30 21:06:21 -0800
committerMike McQuaid2013-01-30 21:28:13 -0800
commitd1ffdb86293560db0df671d67aaf105e86055742 (patch)
treebeee9c2d37623112356c42ab848d95e147801a0b /Library/Formula
parentc8e44da50391999c790d46416f821c3de3a870a8 (diff)
downloadhomebrew-d1ffdb86293560db0df671d67aaf105e86055742.tar.bz2
gettext: 0.18.2 bottles.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gettext.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb
index 08a44fbfa..dc0a8ed71 100644
--- a/Library/Formula/gettext.rb
+++ b/Library/Formula/gettext.rb
@@ -8,6 +8,12 @@ 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 'f5347eea2def6a8649075fe2ca306ce5fa2a5338' => :mountain_lion
+ sha1 '003ba77411550fd471b599c2694bba36d343e98f' => :lion
+ sha1 '976ec00f7046b639b8a687b3316a575031859114' => :snow_leopard
+ end
+
option :universal
option 'with-examples', 'Keep example files'