diff options
| author | Dominyk Tiller | 2015-04-13 18:25:11 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-13 12:20:16 -0700 |
| commit | 29c198e956cf8db19659c424b018e10893201a80 (patch) | |
| tree | 1253720e01e8dc3929515a20f096203b288b12fe | |
| parent | 201260619a535853005c3dbfb3fe97434ebc93af (diff) | |
| download | homebrew-29c198e956cf8db19659c424b018e10893201a80.tar.bz2 | |
libgpg-error 1.19
Version bump.
Should probably go in before #38614 but they should be compatible.
Closes #38617.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 11 |
1 files changed, 6 insertions, 5 deletions
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 |
