gnutls: update to 3.5.17 + ftp to https (#10999)
This commit is contained in:
parent
dcb3de6f5c
commit
9d26ee2185
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gnutls'
|
||||
pkgname=gnutls
|
||||
version=3.5.16
|
||||
version=3.5.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --disable-guile --disable-static
|
||||
|
@ -13,8 +13,8 @@ short_desc="GNU Transport Layer Security library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://gnutls.org"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
||||
checksum=0924dec90c37c05f49fec966eba3672dab4d336d879e5c06e06e13325cbfec25
|
||||
distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
||||
checksum=86b142afef587c118d63f72ccf307f3321dbc40357aae528202b65d913d20919
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue