gnutls: update to 3.3.18
This commit is contained in:
parent
7cc65cdbc7
commit
7e4ceccb3b
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'gnutls'.
|
||||
# Template file for 'gnutls'
|
||||
pkgname=gnutls
|
||||
version=3.3.17.1
|
||||
version=3.3.18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --disable-guile --disable-static
|
||||
|
@ -12,8 +12,8 @@ short_desc="GNU Transport Layer Security library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/gnutls/"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${version}.tar.xz"
|
||||
checksum=b40f158030a92f450a07b20300a3996710ca19800848d9f6fd62493170c5bbb4
|
||||
distfiles="ftp://ftp.gnutls.org/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
||||
checksum=7a87e7f486d1ada10007356917a412cde6c6114dac018e3569e3aa09e9f29395
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in New Issue