aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-10-16 20:52:53 -0600
committerJack Nagel2014-10-16 22:44:35 -0500
commitfd5ffb452d801229226f45419cc18c6289a267f4 (patch)
tree88a3d23353fdd33353030d804cd87e6a9b059167 /Library/Formula
parent9c0940bb4caad97ff8b828b44c8bee59a02ffcb5 (diff)
downloadhomebrew-fd5ffb452d801229226f45419cc18c6289a267f4.tar.bz2
gettext 0.19.3
Update to latest stable release, change format of make command. Closes #33248. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gettext.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb
index 0d7103aad..688ede8fc 100644
--- a/Library/Formula/gettext.rb
+++ b/Library/Formula/gettext.rb
@@ -2,9 +2,9 @@ require "formula"
class Gettext < Formula
homepage "https://www.gnu.org/software/gettext/"
- url "http://ftpmirror.gnu.org/gettext/gettext-0.19.2.tar.xz"
- mirror "https://ftp.gnu.org/gnu/gettext/gettext-0.19.2.tar.xz"
- sha256 "b34e1baaf37e56b4f5d7104353a437a735b2e094a70588e7c5ae671eaa0819c3"
+ 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"
bottle do
sha1 "d2a84c4dc0bcc7984e8a6232bff11780f21d16d3" => :mavericks
@@ -35,6 +35,6 @@ class Gettext < Formula
"--without-cvs"
system "make"
ENV.deparallelize # install doesn't support multiple make jobs
- system "make install"
+ system "make", "install"
end
end