aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gettext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gettext.rb')
-rw-r--r--Library/Formula/gettext.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb
index 41548a14f..c12b12fed 100644
--- a/Library/Formula/gettext.rb
+++ b/Library/Formula/gettext.rb
@@ -8,6 +8,11 @@ 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
+ url 'https://downloads.sf.net/project/machomebrew/Bottles/gettext-0.18.1.1-bottle.tar.gz'
+ sha1 'c75fdb192f1b49c9e7e2039c66e24f60f26bc027'
+ end
+
def options
[
['--with-examples', 'Keep example files.'],