gpg-agent 2.0.25

Update to latest stable release, update patch.
This commit is contained in:
David Christenson 2014-06-30 21:45:23 -06:00 committed by Mike McQuaid
parent 7cee6b8fa3
commit 3a6df6ea37

View file

@ -2,8 +2,8 @@ require "formula"
class GpgAgent < 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"
depends_on "libgpg-error"
depends_on "libgcrypt"
@ -31,7 +31,7 @@ end
__END__
diff --git a/configure b/configure
index 5959b37..eef29d1 100755
index abacb4e..3b50500 100755
--- a/configure
+++ b/configure
@@ -578,8 +578,8 @@ MFLAGS=
@ -42,6 +42,6 @@ index 5959b37..eef29d1 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gpg-agent'
+PACKAGE_TARNAME='gpg-agent'
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'