diff options
| author | Jack Nagel | 2013-08-20 10:31:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-20 10:40:45 -0500 |
| commit | 42e193142e82798cfbe5becf3155d06937966f6b (patch) | |
| tree | a1b61e7f3c6f426da4dc5cf86d9bac4b8dc4f88b /Library/Formula | |
| parent | 19a59a9f157ba1480d7e604574a507f39b628a68 (diff) | |
| download | homebrew-42e193142e82798cfbe5becf3155d06937966f6b.tar.bz2 | |
gettext 0.18.3.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index fa5119362..e34ae6343 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -2,15 +2,14 @@ require 'formula' class Gettext < Formula homepage 'http://www.gnu.org/software/gettext/' - url 'http://ftpmirror.gnu.org/gettext/gettext-0.18.3.tar.gz' - mirror 'http://ftp.gnu.org/gnu/gettext/gettext-0.18.3.tar.gz' - sha256 '36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948' + url 'http://ftpmirror.gnu.org/gettext/gettext-0.18.3.1.tar.gz' + mirror 'http://ftp.gnu.org/gnu/gettext/gettext-0.18.3.1.tar.gz' + sha256 '0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d' bottle do - revision 1 - sha1 '392d49de19c44238cb3d25cc43ab5884c3558fe8' => :mountain_lion - sha1 '71b16d1305a221ea5ea15e1bb8d2819e4b62a045' => :lion - sha1 'bdfe4889e7da5e25f4cf7c42a4d591794afc4e43' => :snow_leopard + sha1 '2aa3a9363106fff9c7adf87527a60a4351dbc6e1' => :mountain_lion + sha1 '59cc5083d0cc6053ecbb857146730ed8953357e8' => :lion + sha1 'd1c2af7389a8234954d1093c4beb4c6484e6e250' => :snow_leopard end keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." |
