aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTravis Johnson2013-06-03 18:53:27 -0500
committerJack Nagel2013-06-06 15:57:42 -0500
commitf8893acd3d3e08615433aeb4c95babeba74bd89a (patch)
tree148fcc1e6903e85af5500b421de8a7dc285eb6a2 /Library/Formula
parent3de616f673602f9998e067eb9db6034847d96e7e (diff)
downloadhomebrew-f8893acd3d3e08615433aeb4c95babeba74bd89a.tar.bz2
gpg-agent 2.0.20
Closes #20235. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpg-agent.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb
index 49ae9b1a5..94fc7c702 100644
--- a/Library/Formula/gpg-agent.rb
+++ b/Library/Formula/gpg-agent.rb
@@ -2,8 +2,8 @@ require 'formula'
class GpgAgent < Formula
homepage 'http://www.gnupg.org/'
- url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.19.tar.bz2'
- sha1 '190c09e6688f688fb0a5cf884d01e240d957ac1f'
+ url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.20.tar.bz2'
+ sha1 '7ddfefa37ee9da89a8aaa8f9059d251b4cd02562'
depends_on 'libgpg-error'
depends_on 'libgcrypt'
@@ -30,10 +30,10 @@ end
__END__
diff --git a/configure b/configure
-index 829fc79..684213e 100755
+index 616d165..ae3126e 100755
--- a/configure
+++ b/configure
-@@ -558,8 +558,8 @@ MFLAGS=
+@@ -578,8 +578,8 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
@@ -41,6 +41,6 @@ index 829fc79..684213e 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gpg-agent'
+PACKAGE_TARNAME='gpg-agent'
- PACKAGE_VERSION='2.0.19'
- PACKAGE_STRING='gnupg 2.0.19'
+ PACKAGE_VERSION='2.0.20'
+ PACKAGE_STRING='gnupg 2.0.20'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'