@@ -5,8 +5,8 @@ pkgbase=mingw-w64-${_realname}
5
5
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} "
6
6
" ${MINGW_PACKAGE_PREFIX} -${_realname} -gnutls"
7
7
" ${MINGW_PACKAGE_PREFIX} -${_realname} -winssl" )
8
- pkgver=8.8 .0
9
- pkgrel=2
8
+ pkgver=8.9 .0
9
+ pkgrel=1
10
10
pkgdesc=" Command line tool and library for transferring data with URLs (mingw-w64)"
11
11
arch=(' any' )
12
12
mingw_arch=(' mingw32' ' mingw64' ' ucrt64' ' clang64' ' clang32' ' clangarm64' )
@@ -32,14 +32,12 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
32
32
" ${MINGW_PACKAGE_PREFIX} -zstd" )
33
33
options=(' staticlibs' )
34
34
source=(" https://github.com/curl/curl/releases/download/${_realname} -${pkgver// ./ _} /${_realname} -${pkgver} .tar.bz2" {,.asc}
35
- " https://github.com/curl/curl/commit/9aa1d412b814a40868558da51a6ab28ce1384a58.patch"
36
35
" pathtools.c"
37
36
" pathtools.h"
38
37
" 0001-Make-cURL-relocatable.patch"
39
38
" 0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch" )
40
- sha256sums=(' 40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d '
39
+ sha256sums=(' 1cb4c3657bd092b8c8e586afe87679c0aaa3d761af2aebabd6effd553e57936c '
41
40
' SKIP'
42
- ' 8ff5e00fb774d46527808d5ce28ed8e352844523957788149e4969dae6e1c10e'
43
41
' 08209cbf1633fa92eae7e5d28f95f8df9d6184cc20fa878c99aec4709bb257fd'
44
42
' 965d3921ec4fdeec94a2718bc2c85ce5e1a00ea0e499330a554074a7ae15dfc6'
45
43
' d34c9474a0b54d36497e58b4792699ef37cc8b043a4cd5daf287e1e33f660207'
@@ -92,7 +90,6 @@ prepare() {
92
90
cp -fHv " ${srcdir} " /pathtools.[ch] lib/
93
91
94
92
apply_patch_with_msg \
95
- 9aa1d412b814a40868558da51a6ab28ce1384a58.patch \
96
93
0001-Make-cURL-relocatable.patch \
97
94
0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch
98
95
0 commit comments