From 42e193142e82798cfbe5becf3155d06937966f6b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 20 Aug 2013 10:31:44 -0500 Subject: gettext 0.18.3.1 --- Library/Formula/gettext.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Library/Formula') 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." -- cgit v1.2.3