curl: Update to 7.78.0

This commit is contained in:
Christoph Reiter
2021-08-26 07:41:07 +02:00
parent 8c1468df4e
commit 85c2bb16e6

View File

@@ -5,8 +5,8 @@ pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-gnutls"
"${MINGW_PACKAGE_PREFIX}-${_realname}-winssl")
pkgver=7.77.0
pkgrel=5
pkgver=7.78.0
pkgrel=1
pkgdesc="Command line tool and library for transferring data with URLs. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -27,7 +27,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-c-ares"
"${MINGW_PACKAGE_PREFIX}-brotli"
"${MINGW_PACKAGE_PREFIX}-libidn2"
"${MINGW_PACKAGE_PREFIX}-libmetalink"
"${MINGW_PACKAGE_PREFIX}-libpsl"
"${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-zstd")
@@ -38,7 +37,7 @@ source=("https://github.com/curl/curl/releases/download/${_realname}-${pkgver//.
"0001-Make-cURL-relocatable.patch"
"0002-nghttp2-static.patch"
"0003-libpsl-static-libs.patch")
sha256sums=('0f64582c54282f31c0de9f0a1a596b182776bd4df9a4c4a2a41bbeb54f62594b'
sha256sums=('be42766d5664a739c3974ee3dfbbcbe978a4ccb1fe628bb1d9b59ac79e445fb5'
'SKIP'
'6f1016e6647b6340fdceefaf24ff391f4c0ea3c785ddf70c9794ca2356797888'
'6ce4dcf4ef6c4bce48dbcb6f1b5226baf79f74ac76719fb0c06419a0aadb37a3'
@@ -113,7 +112,6 @@ do_build() {
--enable-ldaps \
--with-brotli \
--with-ldap-lib=wldap32 \
--with-libmetalink=${MINGW_PREFIX} \
--with-libssh2 \
--with-zstd \
"${_variant_config[@]}" \
@@ -137,7 +135,6 @@ do_build() {
--enable-ldaps \
--with-brotli \
--with-ldap-lib=wldap32 \
--with-libmetalink=${MINGW_PREFIX} \
--with-libssh2 \
--with-zstd \
"${_variant_config[@]}" \