From 065f0baec54a052219905895f3baecb0180258a1 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Thu, 4 Feb 2021 14:13:24 +0100 Subject: [PATCH] curl: update to 7.75.0. --- srcpkgs/curl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index eb1686696af..6533875c734 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template file for 'curl' pkgname=curl -version=7.74.0 +version=7.75.0 revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 @@ -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=0f4d63e6681636539dc88fa8e929f934cd3a840c46e0bf28c73be11e521b77a5 +checksum=50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026 patch_args="-Np1" build_options="gnutls gssapi ldap rtmp ssh ssl zstd" build_options_default="ssh ssl zstd"