diff options
author | root <root@rshg054.dnsready.net> | 2013-03-04 00:03:49 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-04 00:03:49 -0800 |
commit | 3a8d026e8e859ff4c9aa813d5f1eb2afa5663e78 (patch) | |
tree | 48288f077555b04e1dd7cec1e637aeb94a322f0c /core/libgpg-error/PKGBUILD | |
parent | 945c9cd1e94fab87653f84598812dec707843d26 (diff) |
Mon Mar 4 00:03:48 PST 2013
Diffstat (limited to 'core/libgpg-error/PKGBUILD')
-rw-r--r-- | core/libgpg-error/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libgpg-error/PKGBUILD b/core/libgpg-error/PKGBUILD index c0cc77f39..62dc9c200 100644 --- a/core/libgpg-error/PKGBUILD +++ b/core/libgpg-error/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156350 2012-04-17 15:57:56Z andyrtr $ +# $Id: PKGBUILD 179093 2013-03-03 15:10:38Z andyrtr $ # Maintainer: judd <jvinet@zeroflux.org> pkgname=libgpg-error -pkgver=1.10 -pkgrel=2 +pkgver=1.11 +pkgrel=1 pkgdesc="Support library for libgcrypt" arch=(i686 x86_64) url="http://www.gnupg.org" @@ -12,7 +12,7 @@ depends=('glibc' 'sh') options=(!libtool) source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) #ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2) -md5sums=('736a03daa9dc5873047d4eb4a9c22a16') +sha1sums=('be209b013652add5c7e2c473ea114f58203cc6cd') build() { |