Skip to content

Commit 3bcaa16

Browse files
authored
Merge pull request #126 from git-for-windows/mingw-w64-curl-8.9.0
mingw-w64-curl: update to 8.9.0
2 parents 3c1b7c5 + 158e92d commit 3bcaa16

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

mingw-w64-curl/PKGBUILD

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
66
"${MINGW_PACKAGE_PREFIX}-${_realname}-gnutls"
77
"${MINGW_PACKAGE_PREFIX}-${_realname}-winssl")
8-
pkgver=8.8.0
9-
pkgrel=2
8+
pkgver=8.9.0
9+
pkgrel=1
1010
pkgdesc="Command line tool and library for transferring data with URLs (mingw-w64)"
1111
arch=('any')
1212
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -32,14 +32,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
3232
"${MINGW_PACKAGE_PREFIX}-zstd")
3333
options=('staticlibs')
3434
source=("https://github.com/curl/curl/releases/download/${_realname}-${pkgver//./_}/${_realname}-${pkgver}.tar.bz2"{,.asc}
35-
"https://github.com/curl/curl/commit/9aa1d412b814a40868558da51a6ab28ce1384a58.patch"
3635
"pathtools.c"
3736
"pathtools.h"
3837
"0001-Make-cURL-relocatable.patch"
3938
"0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch")
40-
sha256sums=('40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d'
39+
sha256sums=('1cb4c3657bd092b8c8e586afe87679c0aaa3d761af2aebabd6effd553e57936c'
4140
'SKIP'
42-
'8ff5e00fb774d46527808d5ce28ed8e352844523957788149e4969dae6e1c10e'
4341
'08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd'
4442
'965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6'
4543
'd34c9474a0b54d36497e58b4792699ef37cc8b043a4cd5daf287e1e33f660207'
@@ -92,7 +90,6 @@ prepare() {
9290
cp -fHv "${srcdir}"/pathtools.[ch] lib/
9391

9492
apply_patch_with_msg \
95-
9aa1d412b814a40868558da51a6ab28ce1384a58.patch \
9693
0001-Make-cURL-relocatable.patch \
9794
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch
9895

0 commit comments

Comments
 (0)