diff options
| author | Fred Wenzel | 2010-07-20 16:30:47 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 11:55:12 -0800 |
| commit | b9e9ded33b38d56a76923125cc818b9222ee8596 (patch) | |
| tree | 412c5a6b4af1c426d96459b94ecc066fbf558892 /Library/Formula | |
| parent | db2ad3d83a3d8b5005797f24f823ffc5ca77a7a5 (diff) | |
| download | homebrew-b9e9ded33b38d56a76923125cc818b9222ee8596.tar.bz2 | |
updated gettext to 0.18.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index b139dc4d6..e75e26fad 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -1,16 +1,12 @@ require 'formula' class Gettext < Formula - url 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.17.tar.gz' - md5 '58a2bc6d39c0ba57823034d55d65d606' + url 'http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz' + md5 '3dd55b952826d2b32f51308f2f91aa89' homepage 'http://www.gnu.org/software/gettext/' keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." - def patches - 'https://gist.github.com/raw/186336/2fe65fab894f94a03aab2f03349ae7f1febcd301/mac-osx-105-environ.patch' - end - def options [['--with-examples', 'Keep example files.']] end |
