curl: update to 7.69.0 and adopt.

This commit is contained in:
Juan RP 2020-03-06 08:31:31 +01:00
parent fdb60fdb50
commit 453b5ad6fc

View file

@ -1,6 +1,6 @@
# Template file for 'curl'
pkgname=curl
version=7.68.0
version=7.69.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
@ -15,12 +15,12 @@ makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
depends="ca-certificates"
checkdepends="python3"
short_desc="Client that groks URLs"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="https://curl.haxx.se"
changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
checksum=207f54917dd6a2dc733065ccf18d61bb5bebeaceb5df49cd9445483e8623eeb9
checksum=668d451108a7316cff040b23c79bc766e7ed84122074e44f662b8982f2e76739
build_options="gnutls gssapi ldap rtmp ssh ssl"
build_options_default="ssh ssl"
vopt_conflict ssl gnutls