aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hughes2015-03-04 23:18:32 -0500
committerJack Nagel2015-03-06 21:22:32 -0500
commitda9fdeb267d126d1c8a01da2a68c9b1cb899debc (patch)
treed99214b3c3943e9185a7c57e8579ffbbd2f425b5
parentc1ae255d955846556ac9221f16860f68d171a80a (diff)
downloadhomebrew-da9fdeb267d126d1c8a01da2a68c9b1cb899debc.tar.bz2
gpg-agent 2.0.27
Closes #37407. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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 36c9ee3b0..3067e8e52 100644
--- a/Library/Formula/gpg-agent.rb
+++ b/Library/Formula/gpg-agent.rb
@@ -1,8 +1,8 @@
class GpgAgent < Formula
homepage "https://www.gnupg.org/"
- url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"
- mirror "ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"
- sha1 "3ff5b38152c919724fd09cf2f17df704272ba192"
+ url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.27.tar.bz2"
+ mirror "ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.27.tar.bz2"
+ sha1 "d065be185f5bac8ea07b210ab7756e79b83b63d4"
bottle do
revision 1
@@ -52,6 +52,6 @@ index c022805..96ea7ed 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gpg-agent'
+PACKAGE_TARNAME='gpg-agent'
- PACKAGE_VERSION='2.0.26'
- PACKAGE_STRING='gnupg 2.0.26'
+ PACKAGE_VERSION='2.0.27'
+ PACKAGE_STRING='gnupg 2.0.27'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'