From a978fe7fa5d4ac39c6c53f6b2a46252f44f513e1 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 17 May 2023 09:56:01 +0200 Subject: [PATCH] curl: update to 8.1.2 --- srcpkgs/curl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 1ce72a58c188..e5cc76d81367 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template file for 'curl' pkgname=curl -version=8.0.1 +version=8.1.2 revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 @@ -22,10 +22,10 @@ checkdepends="python3 stunnel nghttp2 impacket" short_desc="Client that groks URLs" maintainer="Érico Nogueira " 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="${homepage}/download/curl-${version}.tar.gz" +checksum=2e5a9b8fcdc095bdd2f079561f369de71c5eb3b80f00a702fbe9a8b8d9897891 build_options="gnutls gssapi ldap rtmp ssh ssl zstd" build_options_default="ssh ssl zstd" vopt_conflict ssl gnutls