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