diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 48a5fa40596..ef608fb425f 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template file for 'curl' pkgname=curl -version=7.75.0 -revision=2 +version=7.76.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) @@ -21,7 +21,7 @@ license="MIT" homepage="https://curl.haxx.se" changelog="https://curl.haxx.se/changes.html#${version//./_}" distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2" -checksum=50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026 +checksum=e29bfe3633701590d75b0071bbb649ee5ca4ca73f00649268bd389639531c49a patch_args="-Np1" build_options="gnutls gssapi ldap rtmp ssh ssl zstd" build_options_default="ssh ssl zstd"