mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libgcrypt: update to 1.7.7
This commit is contained in:
parent
457964df3e
commit
34ea4d6f73
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'libgcrypt'.
|
# Template build file for 'libgcrypt'.
|
||||||
pkgname=libgcrypt
|
pkgname=libgcrypt
|
||||||
version=1.7.6
|
version=1.7.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --without-capabilities"
|
configure_args="--enable-static --without-capabilities"
|
||||||
makedepends="libgpg-error-devel"
|
makedepends="libgpg-error-devel"
|
||||||
short_desc="GNU cryptographic library"
|
short_desc="GNU cryptographic library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnupg.org"
|
homepage="https://www.gnupg.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
||||||
checksum=626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc
|
checksum=b9b85eba0793ea3e6e66b896eb031fa05e1a4517277cc9ab10816b359254cd9a
|
||||||
|
|
||||||
libgcrypt-devel_package() {
|
libgcrypt-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue