diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-26 20:20:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-26 20:20:22 +0300 |
commit | 183817fea55182342bca027e623e2f3b08622e05 (patch) | |
tree | f808840d62c75e187b78548213ac24a3a9c59633 /core/curl | |
parent | b7453ab6b25ea6eb58d3abcdaef80091cb3964f3 (diff) | |
download | repository-183817fea55182342bca027e623e2f3b08622e05.tar.gz |
curl: bump to 7.77.0
Diffstat (limited to 'core/curl')
-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 4e2b82ac..16f2c258 100755 --- a/core/curl/build +++ b/core/curl/build @@ -14,6 +14,7 @@ --without-librtmp \ --without-icu \ --without-libpsl \ + --with-openssl \ --without-zstd \ --with-pic diff --git a/core/curl/checksums b/core/curl/checksums index aa8246b7..bfdb08d8 100644 --- a/core/curl/checksums +++ b/core/curl/checksums @@ -1 +1 @@ -64bb5288c39f0840c07d077e30d9052e1cbb9fa6c2dc52523824cc859e679145 curl-7.76.1.tar.xz +0f64582c54282f31c0de9f0a1a596b182776bd4df9a4c4a2a41bbeb54f62594b curl-7.77.0.tar.xz diff --git a/core/curl/sources b/core/curl/sources index f74e3d30..4c9b3f00 100644 --- a/core/curl/sources +++ b/core/curl/sources @@ -1 +1 @@ -https://curl.haxx.se/download/curl-7.76.1.tar.xz +https://curl.haxx.se/download/curl-7.77.0.tar.xz diff --git a/core/curl/version b/core/curl/version index 545a96dc..2df10bcd 100644 --- a/core/curl/version +++ b/core/curl/version @@ -1 +1 @@ -7.76.1 1 +7.77.0 1 |