aboutsummaryrefslogtreecommitdiff
path: root/core/curl
diff options
context:
space:
mode:
Diffstat (limited to 'core/curl')
-rwxr-xr-xcore/curl/build8
-rw-r--r--core/curl/checksums3
-rw-r--r--core/curl/meta3
-rw-r--r--core/curl/sources2
-rw-r--r--core/curl/version2
5 files changed, 14 insertions, 4 deletions
diff --git a/core/curl/build b/core/curl/build
index 4e2b82ac..69513e7c 100755
--- a/core/curl/build
+++ b/core/curl/build
@@ -7,6 +7,7 @@
--enable-hidden-symbols \
--without-libidn \
--without-libidn2 \
+ --without-nghttp2 \
--disable-manual \
--disable-ldap \
--disable-ares \
@@ -14,8 +15,13 @@
--without-librtmp \
--without-icu \
--without-libpsl \
+ --with-openssl \
--without-zstd \
+ --without-brotli \
--with-pic
-make curl_LDFLAGS=-all-static
+make
make DESTDIR="$1" install
+rm -f src/curl
+make LDFLAGS=-all-static
+clinst -Dm755 src/curl "$1/usr/bin/curl"
diff --git a/core/curl/checksums b/core/curl/checksums
index 220df15a..1205d42b 100644
--- a/core/curl/checksums
+++ b/core/curl/checksums
@@ -1 +1,2 @@
-6302e2d75c59cdc6b35ce3fbe716481dd4301841bbb5fd71854653652a014fc8 curl-7.76.0.tar.xz
+%BLAKE3
+09c6e7c7ab6caf8d3efedfc312ff159cf372fe7978778aa266ddd8743e803856 curl-8.6.0.tar.xz
diff --git a/core/curl/meta b/core/curl/meta
new file mode 100644
index 00000000..e8349e99
--- /dev/null
+++ b/core/curl/meta
@@ -0,0 +1,3 @@
+description: Multiprotocol file transfer software
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/core/curl/sources b/core/curl/sources
index 8ff8440a..8d203fce 100644
--- a/core/curl/sources
+++ b/core/curl/sources
@@ -1 +1 @@
-https://curl.haxx.se/download/curl-7.76.0.tar.xz
+https://curl.haxx.se/download/curl-8.6.0.tar.xz
diff --git a/core/curl/version b/core/curl/version
index 49bf9d42..31b934bb 100644
--- a/core/curl/version
+++ b/core/curl/version
@@ -1 +1 @@
-7.76.0 2
+8.6.0 1