diff options
Diffstat (limited to 'core/curl')
-rwxr-xr-x | core/curl/build | 2 | ||||
-rw-r--r-- | core/curl/checksums | 2 | ||||
-rw-r--r-- | core/curl/sources | 2 | ||||
-rw-r--r-- | core/curl/version | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/core/curl/build b/core/curl/build index 49110294..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 \ @@ -16,6 +17,7 @@ --without-libpsl \ --with-openssl \ --without-zstd \ + --without-brotli \ --with-pic make diff --git a/core/curl/checksums b/core/curl/checksums index 0c11f479..4098099a 100644 --- a/core/curl/checksums +++ b/core/curl/checksums @@ -1,2 +1,2 @@ %BLAKE3 -b37e0003717ae82a540138c75d743c935d278a9f8a791c46f18b8443d1b7f88a curl-7.79.1.tar.xz +897e5ef8ba9a60a20996f51dcd5a0355c9786ff9b030bc5645ea6531d8415c2a curl-8.10.1.tar.xz diff --git a/core/curl/sources b/core/curl/sources index ad245092..6f0ef335 100644 --- a/core/curl/sources +++ b/core/curl/sources @@ -1 +1 @@ -https://curl.haxx.se/download/curl-7.79.1.tar.xz +https://curl.haxx.se/download/curl-8.10.1.tar.xz diff --git a/core/curl/version b/core/curl/version index d0eca69b..250788e2 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.79.1 1 +8.10.1 1 |