diff options
| author | David Christenson | 2014-06-30 21:40:56 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-01 10:02:19 +0100 |
| commit | ea5be4a696c677bf9589b35c7539c6b1cb909133 (patch) | |
| tree | 03c2c92cab7ad60a7d652f62223e320bb692699c /Library | |
| parent | d55be54bf93a6e2e276384059fbffd65946ccd2d (diff) | |
| download | homebrew-ea5be4a696c677bf9589b35c7539c6b1cb909133.tar.bz2 | |
gnupg2 2.0.25
Update to latest stable release, update patch.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 2c1e5a711..b4273c475 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -2,8 +2,8 @@ require "formula" class Gnupg2 < Formula homepage "https://www.gnupg.org/" - url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.24.tar.bz2" - sha1 "010e027d5f622778cadc4c124013fe515ed705cf" + url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2" + sha1 "890d77d89f2d187382f95e83e386f2f7ba789436" option "8192", "Build with support for private keys of up to 8192 bits" @@ -75,7 +75,7 @@ index 4b03cfe..c84f26f 100644 } diff --git a/configure b/configure -index 5959b37..2bea995 100755 +index abacb4e..d61f227 100755 --- a/configure +++ b/configure @@ -578,8 +578,8 @@ MFLAGS= @@ -86,20 +86,20 @@ index 5959b37..2bea995 100755 -PACKAGE_TARNAME='gnupg' +PACKAGE_NAME='gnupg2' +PACKAGE_TARNAME='gnupg2' - PACKAGE_VERSION='2.0.24' - PACKAGE_STRING='gnupg 2.0.24' + PACKAGE_VERSION='2.0.25' + PACKAGE_STRING='gnupg 2.0.25' PACKAGE_BUGREPORT='http://bugs.gnupg.org' diff --git a/tests/openpgp/Makefile.in b/tests/openpgp/Makefile.in -index c9ceb2d..7044900 100644 +index c9ceb2d..f58c96e 100644 --- a/tests/openpgp/Makefile.in +++ b/tests/openpgp/Makefile.in -@@ -312,11 +312,11 @@ GPG_IMPORT = ../../g10/gpg2 --homedir . \ +@@ -312,11 +312,10 @@ GPG_IMPORT = ../../g10/gpg2 --homedir . \ # Programs required before we can run these tests. -required_pgms = ../../g10/gpg2 ../../agent/gpg-agent \ -+required_pgms = ../../g10/gpg2 \ - ../../tools/gpg-connect-agent +- ../../tools/gpg-connect-agent ++required_pgms = ../../g10/gpg2 ../../tools/gpg-connect-agent TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \ - ../../agent/gpg-agent --quiet --daemon sh |
