aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-08-22 19:53:45 -0500
committerJack Nagel2013-08-22 20:00:02 -0500
commitddf299965a570ce0405c19938a7ac991098bcfaa (patch)
treeaa48190d3f0839565d78a1b425f11c5c03494949 /Library
parent5e6d724354bf543c30b0c8853af7fcaa66239161 (diff)
downloadhomebrew-ddf299965a570ce0405c19938a7ac991098bcfaa.tar.bz2
gnupg2 2.0.21
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnupg2.rb21
1 files changed, 4 insertions, 17 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb
index da7495bfe..e02de19a3 100644
--- a/Library/Formula/gnupg2.rb
+++ b/Library/Formula/gnupg2.rb
@@ -2,8 +2,8 @@ require 'formula'
class Gnupg2 < Formula
homepage 'http://www.gnupg.org/'
- url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.20.tar.bz2'
- sha1 '7ddfefa37ee9da89a8aaa8f9059d251b4cd02562'
+ url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.21.tar.bz2'
+ sha1 '5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26'
option '8192', 'Build with support for private keys of up to 8192 bits'
@@ -85,8 +85,8 @@ index 616d165..ae3126e 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gnupg2'
+PACKAGE_TARNAME='gnupg2'
- PACKAGE_VERSION='2.0.20'
- PACKAGE_STRING='gnupg 2.0.20'
+ PACKAGE_VERSION='2.0.21'
+ PACKAGE_STRING='gnupg 2.0.21'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'
diff --git a/tests/openpgp/Makefile.in b/tests/openpgp/Makefile.in
@@ -107,16 +107,3 @@ index 1a617e7..1af2d4b 100644
TESTS = version.test mds.test \
decrypt.test decrypt-dsa.test \
- diff --git a/scd/pcsc-wrapper.c b/scd/pcsc-wrapper.c
- index 7d9415a..f3d92ff 100644
---- a/scd/pcsc-wrapper.c
-+++ b/scd/pcsc-wrapper.c
-@@ -66,7 +66,7 @@
- static int verbose;
-
- #if defined(__APPLE__) || defined(_WIN32) || defined(__CYGWIN__)
--typedef unsinged int pcsc_dword_t;
-+typedef unsigned int pcsc_dword_t;
- #else
- typedef unsigned long pcsc_dword_t;
- #endif