aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-27 22:56:20 -0500
committerJack Nagel2012-03-27 22:56:20 -0500
commit7504c3aca0fe499ea863967f6e8eb333c918b042 (patch)
treebd2b82b7c542bbd0182265e40a77a2204cb6f152 /Library
parent00962378ada4dc63b00f110dd38c6e6e932cdb36 (diff)
downloadhomebrew-7504c3aca0fe499ea863967f6e8eb333c918b042.tar.bz2
gpg-agent 2.0.19
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpg-agent.rb13
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb
index 51a834936..e620bf90a 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.18.tar.bz2'
- sha1 '5ec2f718760cc3121970a140aeea004b64545c46'
+ url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.19.tar.bz2'
+ sha1 '190c09e6688f688fb0a5cf884d01e240d957ac1f'
depends_on 'libgpg-error'
depends_on 'libgcrypt'
@@ -12,7 +12,8 @@ class GpgAgent < Formula
depends_on 'pth'
depends_on 'pinentry'
- # fix package name to avoid conflicts
+ # Adjust package name to fit our scheme of packaging both
+ # gnupg 1.x and 2.x, and gpg-agent separately
def patches; DATA; end
def install
@@ -28,7 +29,7 @@ end
__END__
diff --git a/configure b/configure
-index 3df3900..b102aec 100755
+index 829fc79..684213e 100755
--- a/configure
+++ b/configure
@@ -558,8 +558,8 @@ MFLAGS=
@@ -39,6 +40,6 @@ index 3df3900..b102aec 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gpg-agent'
+PACKAGE_TARNAME='gpg-agent'
- PACKAGE_VERSION='2.0.18'
- PACKAGE_STRING='gnupg 2.0.18'
+ PACKAGE_VERSION='2.0.19'
+ PACKAGE_STRING='gnupg 2.0.19'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'