From 29c198e956cf8db19659c424b018e10893201a80 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 13 Apr 2015 18:25:11 +0100 Subject: libgpg-error 1.19 Version bump. Should probably go in before #38614 but they should be compatible. Closes #38617. Signed-off-by: Mike McQuaid --- Library/Formula/libgpg-error.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index 55ba27b3a..d48dacf18 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -1,8 +1,8 @@ class LibgpgError < Formula - homepage "http://www.gnupg.org/" - url "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.18.tar.bz2" - mirror "http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.18.tar.bz2" - sha1 "7ba54f939da023af8f5b3e7a421a32eb742909c4" + homepage "https://www.gnupg.org/" + url "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.19.tar.bz2" + mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.19.tar.bz2" + sha256 "53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b" bottle do cellar :any @@ -15,7 +15,8 @@ class LibgpgError < Formula def install ENV.universal_binary if build.universal? - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--disable-silent-rules" system "make", "install" end -- cgit v1.2.3