diff options
author | Cem Keylan <cem@ckyln.com> | 2023-10-13 11:52:24 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-10-13 11:52:24 +0200 |
commit | 9d7e1181d4e5abc2a46f21f5279222cc4be6347e (patch) | |
tree | 57e3af2f06cf3a9cd1e00f0abc8a8205d20b74ba /core | |
parent | aa107ac4eb951948301be8df329597fadad71836 (diff) | |
download | repository-9d7e1181d4e5abc2a46f21f5279222cc4be6347e.tar.gz |
curl: bump to 8.4.0
Diffstat (limited to 'core')
-rwxr-xr-x | core/curl/build | 1 | ||||
-rw-r--r-- | core/curl/checksums | 2 | ||||
-rw-r--r-- | core/curl/sources | 2 | ||||
-rw-r--r-- | core/curl/version | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/core/curl/build b/core/curl/build index 9b877576..69513e7c 100755 --- a/core/curl/build +++ b/core/curl/build @@ -17,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 b8c400d1..93adf517 100644 --- a/core/curl/checksums +++ b/core/curl/checksums @@ -1,2 +1,2 @@ %BLAKE3 -3006ecc2c3579644a0bb018bfa834857f1d0081c6a82eafab5806118335547fe curl-8.3.0.tar.xz +48fb5a80fd5b8cc83b27377e4dca57650d3d58110e39569e23ac553ee43d7cc6 curl-8.4.0.tar.xz diff --git a/core/curl/sources b/core/curl/sources index f320ab1e..598a88e9 100644 --- a/core/curl/sources +++ b/core/curl/sources @@ -1 +1 @@ -https://curl.haxx.se/download/curl-8.3.0.tar.xz +https://curl.haxx.se/download/curl-8.4.0.tar.xz diff --git a/core/curl/version b/core/curl/version index 5411fa8f..767f96db 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -8.3.0 1 +8.4.0 1 |