diff options
| author | Jack Nagel | 2014-12-26 23:49:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-27 00:09:13 -0500 |
| commit | f9432c42b283024ec3513d7e65df90caac278243 (patch) | |
| tree | 7393d3a0f464a1ab7f11d0d7d681d9c792708ab1 /Library/Formula | |
| parent | 9b779673696575aa7f9a1a1d143126d5b56806d6 (diff) | |
| download | homebrew-f9432c42b283024ec3513d7e65df90caac278243.tar.bz2 | |
gettext 0.19.4
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." |
