gettext 0.18.3.1

master
Jack Nagel 2013-08-20 10:31:44 -05:00
parent 6b08edd0e2
commit 8e1e48f3d1
1 changed files with 6 additions and 7 deletions

View File

@ -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."