aboutsummaryrefslogtreecommitdiff
path: root/repos/core/curl/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-10 11:21:30 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-10 11:21:30 +0000
commit46b0ef366d70ac68a684bf8f0d21b055ab85f594 (patch)
tree92c4ddd66052304406d2174ba6592e34e05e6907 /repos/core/curl/abuild
parente5835e2a9481f6bf88145d983b6abbac36068be7 (diff)
downloadalicelinux-46b0ef366d70ac68a684bf8f0d21b055ab85f594.tar.gz
alicelinux-46b0ef366d70ac68a684bf8f0d21b055ab85f594.zip
curl: updated to 8.14.1
Diffstat (limited to 'repos/core/curl/abuild')
-rw-r--r--repos/core/curl/abuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild
index 6853392e..e7181552 100644
--- a/repos/core/curl/abuild
+++ b/repos/core/curl/abuild
@@ -1,18 +1,7 @@
name=curl
-version=8.13.0
+version=8.14.1
release=1
source="https://$name.se/download/$name-$version.tar.xz"
-build_opt="
- --with-openssl
- --enable-threaded-resolver
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
- --without-brotli
- --without-libidn2
- --without-libpsl
- --without-librtmp
- --without-nghttp2
- --without-zstd
- --disable-manual"
build() {
mkdir bin
@@ -21,7 +10,7 @@ build() {
" > bin/perl
chmod +x bin/perl
export PATH=$PWD/bin:$PATH
-
+
./configure \
--prefix=/usr \
--with-openssl \