aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-26 23:49:42 -0500
committerJack Nagel2014-12-27 00:09:13 -0500
commitf9432c42b283024ec3513d7e65df90caac278243 (patch)
tree7393d3a0f464a1ab7f11d0d7d681d9c792708ab1 /Library/Formula
parent9b779673696575aa7f9a1a1d143126d5b56806d6 (diff)
downloadhomebrew-f9432c42b283024ec3513d7e65df90caac278243.tar.bz2
gettext 0.19.4
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gettext.rb10
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."