aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Christenson2014-06-24 13:21:14 -0600
committerJack Nagel2014-06-24 14:54:31 -0500
commit42bc401484a61d3edcca863c82dd38056df9ee9e (patch)
tree89ffb31cc7758331d995d8be26d5443f14568cdc /Library
parent188990281c90436a4d426a0de44ebd61bb333893 (diff)
downloadhomebrew-42bc401484a61d3edcca863c82dd38056df9ee9e.tar.bz2
gnupg2 2.0.24
Update to latest stable release. Closes #30420. Closes #30417. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnupg2.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb
index 4ebd1ca35..2c1e5a711 100644
--- a/Library/Formula/gnupg2.rb
+++ b/Library/Formula/gnupg2.rb
@@ -2,8 +2,8 @@ require "formula"
class Gnupg2 < Formula
homepage "https://www.gnupg.org/"
- url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.23.tar.bz2"
- sha1 "c90e47ab95a40dd070fd75faef0a05c7b679553b"
+ url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.24.tar.bz2"
+ sha1 "010e027d5f622778cadc4c124013fe515ed705cf"
option "8192", "Build with support for private keys of up to 8192 bits"
@@ -86,8 +86,8 @@ index 5959b37..2bea995 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gnupg2'
+PACKAGE_TARNAME='gnupg2'
- PACKAGE_VERSION='2.0.23'
- PACKAGE_STRING='gnupg 2.0.23'
+ PACKAGE_VERSION='2.0.24'
+ PACKAGE_STRING='gnupg 2.0.24'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'
diff --git a/tests/openpgp/Makefile.in b/tests/openpgp/Makefile.in
index c9ceb2d..7044900 100644