gnupg: update to 1.4.15.

This commit is contained in:
Juan RP 2013-11-17 04:43:11 +01:00
parent 9053d9e692
commit 29579f217c

View file

@ -1,6 +1,6 @@
# Template file for 'gnupg'
pkgname=gnupg
version=1.4.14
version=1.4.15
revision=1
build_style=gnu-configure
configure_args="--disable-rpath --enable-threads=posix
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnupg.org/"
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
checksum=f2c4cd3ed6a5fb66cb369bf8160e53127712adfe41ebf965c0f02ab71d984413
checksum=b6bb40a8f96dc1227b69f8e3b35f0bc4c8276923147f6069cae2f6307c62795d
long_desc="
GnuPG is the GNU project's complete and free implementation of the OpenPGP
standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data
@ -23,6 +23,6 @@ long_desc="
gnupg_package() {
pkg_install() {
vmove usr
vmove all
}
}