Skip to content

Commit

Permalink
libgpg-error 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Dec 13, 2015
1 parent 104d3ad commit 9d88282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/libgpg-error.rb
@@ -1,10 +1,9 @@
class LibgpgError < Formula
desc "Common error values for all GnuPG components"
homepage "https://www.gnupg.org/related_software/libgpg-error/"
url "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.20.tar.bz2"
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.20.tar.bz2"
sha256 "3266895ce3419a7fb093e63e95e2ee3056c481a9bc0d6df694cfd26f74e72522"
revision 1
url "https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.21.tar.bz2"
mirror "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.21.tar.bz2"
sha256 "b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d"

bottle do
cellar :any
Expand All @@ -18,6 +17,7 @@ class LibgpgError < Formula

def install
ENV.universal_binary if build.universal?

system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",
Expand Down

0 comments on commit 9d88282

Please sign in to comment.