From 158e92d7529231290d58bd92f27368b77c551e1d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 24 Jul 2024 08:43:36 +0000 Subject: [PATCH] mingw-w64-curl: update to 8.9.0 Obviously we need to drop the backport of the fix for https://github.com/curl/curl/issues/13845. Signed-off-by: Johannes Schindelin --- mingw-w64-curl/PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mingw-w64-curl/PKGBUILD b/mingw-w64-curl/PKGBUILD index c526b03aa23e0..4ac2dd15c2b51 100644 --- a/mingw-w64-curl/PKGBUILD +++ b/mingw-w64-curl/PKGBUILD @@ -5,8 +5,8 @@ pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_realname}-gnutls" "${MINGW_PACKAGE_PREFIX}-${_realname}-winssl") -pkgver=8.8.0 -pkgrel=2 +pkgver=8.9.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') @@ -32,14 +32,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zstd") options=('staticlibs') source=("https://github.com/curl/curl/releases/download/${_realname}-${pkgver//./_}/${_realname}-${pkgver}.tar.bz2"{,.asc} - "https://github.com/curl/curl/commit/9aa1d412b814a40868558da51a6ab28ce1384a58.patch" "pathtools.c" "pathtools.h" "0001-Make-cURL-relocatable.patch" "0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch") -sha256sums=('40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d' +sha256sums=('1cb4c3657bd092b8c8e586afe87679c0aaa3d761af2aebabd6effd553e57936c' 'SKIP' - '8ff5e00fb774d46527808d5ce28ed8e352844523957788149e4969dae6e1c10e' '08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd' '965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6' 'd34c9474a0b54d36497e58b4792699ef37cc8b043a4cd5daf287e1e33f660207' @@ -92,7 +90,6 @@ prepare() { cp -fHv "${srcdir}"/pathtools.[ch] lib/ apply_patch_with_msg \ - 9aa1d412b814a40868558da51a6ab28ce1384a58.patch \ 0001-Make-cURL-relocatable.patch \ 0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch