gnupg: update to 1.4.13.
This commit is contained in:
parent
29fff15014
commit
d1d24ac03e
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'gnupg'
|
||||
pkgname=gnupg
|
||||
version=1.4.12
|
||||
homepage="http://www.gnupg.org/"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2"
|
||||
version=1.4.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack"
|
||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel libusb-compat-devel"
|
||||
revision=1
|
||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel
|
||||
libusb-compat-devel"
|
||||
short_desc="The GNU Privacy Guard"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
checksum=4f03ca6902aaee79d0eda00eea0fefde7db9eb005d8ffd54fac9806bc24050ec
|
||||
homepage="http://www.gnupg.org/"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||
checksum=72a24dd318472f0c8f0d00ebe19fb4bcf43e30845bcc92a8ae43c810df295d5a
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue