From 9d2d3f508f1ca7f23cc5ba66a120db6e0de09367 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 5 Mar 2022 12:04:35 +0100 Subject: [PATCH] curl: update to 7.82.0. --- srcpkgs/curl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index eaac2afb9801..16a1abd02150 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template file for 'curl' pkgname=curl -version=7.81.0 -revision=2 +version=7.82.0 +revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls) @@ -24,7 +24,7 @@ license="MIT" homepage="https://curl.haxx.se" changelog="https://curl.haxx.se/changes.html#${version//./_}" distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2" -checksum=1e7a38d7018ec060f1f16df839854f0889e94e122c4cfa5d3a37c2dc56f1e258 +checksum=46d9a0400a33408fd992770b04a44a7434b3036f2e8089ac28b57573d59d371f build_options="gnutls gssapi ldap rtmp ssh ssl zstd" build_options_default="ssh ssl zstd" vopt_conflict ssl gnutls