gnupg2 2.0.24

Update to latest stable release.

Closes Homebrew/homebrew#30420.
Closes Homebrew/homebrew#30417.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
David Christenson 2014-06-24 13:21:14 -06:00 committed by Jack Nagel
parent 701dfa0d0a
commit 0c7dbd7a9f
1 changed files with 4 additions and 4 deletions

View File

@ -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