aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpg-agent.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb
index bc07f8a9a..4a0fb2d50 100644
--- a/Library/Formula/gpg-agent.rb
+++ b/Library/Formula/gpg-agent.rb
@@ -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'