diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gettext.rb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 79400a53f..e9b931327 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -2,15 +2,11 @@ require "formula" class Gettext < Formula homepage "https://www.gnu.org/software/gettext/" - url "http://ftpmirror.gnu.org/gettext/gettext-0.19.3.tar.xz" - mirror "https://ftp.gnu.org/gnu/gettext/gettext-0.19.3.tar.xz" - sha256 "f6fdb29c9ee8ce85c7e574f60ff64fa91cf0f4f018437dfe800227d15595db46" - revision 1 + url "http://ftpmirror.gnu.org/gettext/gettext-0.19.4.tar.xz" + mirror "https://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz" + sha256 "719adadb8bf3e36bac52c243a01c0add18d23506a3a40437e6f5899ceab18d20" bottle do - sha1 "8be84a2bc42d358d4af8e2bc9520a7b5088cfb36" => :yosemite - sha1 "a100e97a287b3ace08b19bb4aa897b23cab2df83" => :mavericks - sha1 "20ab81180f28440f6cb734ac15aefe6001d4cce2" => :mountain_lion end keg_only :shadowed_by_osx, "OS X provides the BSD gettext library and some software gets confused if both are in the library path." |
