gnupg: update to 1.4.23.
This commit is contained in:
parent
9dc4c12179
commit
ddfb186ada
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'gnupg'
|
||||
pkgname=gnupg
|
||||
version=1.4.22
|
||||
version=1.4.23
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-threads=posix --enable-noexecstack gnupg_cv_regex_broken=no"
|
||||
makedepends="bzip2-devel zlib-devel libldap-devel libcurl-devel readline-devel libusb-compat-devel"
|
||||
short_desc="The GNU Privacy Guard"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.gnupg.org/"
|
||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||
checksum=9594a24bec63a21568424242e3f198b9d9828dea5ff0c335e47b06f835f930b4
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnupg.org/"
|
||||
distfiles="https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||
checksum=c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue