From a58d984454fd4412a65b101d609a53e7e680b8a9 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 10 Jun 2025 11:42:17 +0000 Subject: Woodpecker CI 7cbd6585f10cc503bb5c3a819451148545d55447 [SKIP CI] --- curl/abuild | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'curl/abuild') diff --git a/curl/abuild b/curl/abuild index 6853392e..e7181552 100644 --- a/curl/abuild +++ b/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 \ -- cgit v1.2.3