gnupg2: update to 2.2.28.
This commit is contained in:
parent
bb3bd61c1d
commit
cd0a45233a
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnupg2'
|
# Template file for 'gnupg2'
|
||||||
pkgname=gnupg2
|
pkgname=gnupg2
|
||||||
version=2.2.27
|
version=2.2.28
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gnupg-${version}"
|
wrksrc="gnupg-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,14 +11,15 @@ configure_args="--enable-gpg-is-gpg2 $(vopt_enable ldap)
|
||||||
--with-npth-prefix=${XBPS_CROSS_BASE}/usr"
|
--with-npth-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="bzip2-devel gnutls-devel libassuan-devel libcurl-devel
|
makedepends="bzip2-devel gnutls-devel libassuan-devel libcurl-devel
|
||||||
libksba-devel libldap-devel libusb-compat-devel npth-devel sqlite-devel"
|
libksba-devel libldap-devel libusb-compat-devel npth-devel sqlite-devel
|
||||||
|
libgcrypt-devel"
|
||||||
depends="pinentry"
|
depends="pinentry"
|
||||||
short_desc="GNU Privacy Guard (2.x)"
|
short_desc="GNU Privacy Guard (2.x)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnupg.org/"
|
homepage="https://www.gnupg.org/"
|
||||||
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||||
checksum=34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399
|
checksum=6ff891fc7583a9c3fb9f097ee0d1de0a12469d4b53997e7ba5064950637dfaec
|
||||||
build_options="ldap"
|
build_options="ldap"
|
||||||
build_options_default="ldap"
|
build_options_default="ldap"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue