libgcrypt: update to 1.5.3.

This commit is contained in:
Juan RP 2013-07-25 22:18:29 +02:00
parent 93f8d7385d
commit d0ee5f39da
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'libgcrypt'.
pkgname=libgcrypt
version=1.5.2
version=1.5.3
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnupg.org"
license="LGPL-2.1"
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
checksum=e41a4339f50294f3c925f2f71aaf2427eb162d2994da91666dfc32621afe963f
checksum=bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libgpg-error-devel"
@ -23,6 +23,7 @@ libgcrypt-devel_package() {
vmove usr/bin/libgcrypt-config
vmove usr/include
vmove usr/share
vmove "usr/lib/*.so"
}
}