curl: update to 8.1.2
This commit is contained in:
parent
bd5180f6f5
commit
2f484dc6f6
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=8.0.1
|
version=8.1.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
|
||||||
--enable-websockets --with-random=/dev/urandom
|
--enable-websockets --with-random=/dev/urandom
|
||||||
|
@ -22,10 +22,10 @@ checkdepends="python3 stunnel nghttp2 impacket"
|
||||||
short_desc="Client that groks URLs"
|
short_desc="Client that groks URLs"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://curl.haxx.se"
|
homepage="https://curl.se"
|
||||||
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
changelog="https://curl.se/changes.html"
|
||||||
distfiles="${homepage}/download/curl-${version}.tar.bz2"
|
distfiles="https://curl.se/download/curl-${version}.tar.gz"
|
||||||
checksum=9b6b1e96b748d04b968786b6bdf407aa5c75ab53a3d37c1c8c81cdb736555ccf
|
checksum=2e5a9b8fcdc095bdd2f079561f369de71c5eb3b80f00a702fbe9a8b8d9897891
|
||||||
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
|
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
|
||||||
build_options_default="ssl zstd"
|
build_options_default="ssl zstd"
|
||||||
vopt_conflict ssl gnutls
|
vopt_conflict ssl gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue