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