curl-32: upgrade to 8.5.0

This commit is contained in:
Luis
2023-12-07 03:43:35 +00:00
parent 6cdaf18d99
commit 3ded931423
3 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
8424597f247da68b6041dd7f9ca367fe curl-8.4.0.tar.xz
3e9e5c2db494e7dbd4e7024b149021c9 curl-8.5.0.tar.xz

View File

@@ -1,4 +1,4 @@
curl-32-8.4.0-1
curl-32-8.5.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
lrwxrwxrwx root/root usr/lib32/libcurl.so -> libcurl.so.4.8.0

View File

@@ -2,7 +2,7 @@
# depends : curl openssl-32
name=curl-32
version=8.4.0
version=8.5.0
release=1
source="https://curl.haxx.se/download/${name%-*}-$version.tar.xz"
@@ -18,6 +18,8 @@ build() {
--prefix=/usr \
--libdir=/usr/lib32 \
--disable-static \
--disable-ldap \
--disable-ldaps \
--enable-threaded-resolver \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
--with-openssl \