diff options
author | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-06 02:15:56 -0700 |
commit | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (patch) | |
tree | 4bbffc2cb628fc9218eb9ebf990a16a2631b1bcb /core/gnupg | |
parent | 2143b499940459b3dd7e8c6afbd6a2d9b776bc6c (diff) |
Sun Oct 6 02:13:39 PDT 2013
Diffstat (limited to 'core/gnupg')
-rw-r--r-- | core/gnupg/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD index 7f84851d2..9ac8772f7 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 193522 2013-08-21 22:25:01Z bisson $ +# $Id: PKGBUILD 195927 2013-10-05 17:40:59Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=gnupg -pkgver=2.0.21 +pkgver=2.0.22 pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' @@ -18,7 +18,7 @@ makedepends=('curl' 'libldap' 'libusb-compat') depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr') source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig} 'protect-tool-env.patch') -sha1sums=('5ba8cce72eb4fd1a3ac1a282d25d7c7b90d3bf26' 'SKIP' +sha1sums=('9ba9ee288e9bf813e0f1e25cbe06b58d3072d8b8' 'SKIP' '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db') install=install |