aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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'