Skip to content

Commit 7be220f

Browse files
committed
Update curl to v8.10.0
1 parent ced28a0 commit 7be220f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the requirements.
5656
|[nghttp3](https://github.com/ngtcp2/nghttp3)| 1.5.0 | 2024-08-23 |
5757
|[ngtcp2](https://github.com/ngtcp2/ngtcp2)| 1.7.0 | 2024-08-23 |
5858
|[c-ares](https://c-ares.org)| 1.33.0 | 2024-08-02 |
59-
|[curl](https://curl.se)| 8.9.1| 2024-07-31|
59+
|[curl](https://curl.se)| 8.10.0| 2024-09-10|
6060
|[libxml2](http://xmlsoft.org)| 2.13.3 | 2024-07-24 |
6161
|[libxslt](http://xmlsoft.org/libxslt)| 1.1.42 | 2024-07-04 |
6262
|[lcms](https://www.littlecms.com/)| 2.16.0 | 2023-12-03 |

ports/curl/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 8.9.1)
1+
set(VERSION 8.10.0)
22
string(REPLACE ".""_" TAG ${VERSION})
33

44
set(FILENAME "curl-${VERSION}.zip")
@@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME}
88
vcpkg_download_distfile(ARCHIVE
99
URLS ${URLS}
1010
FILENAME ${FILENAME}
11-
SHA512 fba5523b415fdddae6722065bbe7a288dd39a3a58fca0e75f503a776b33ef75a454e4a4cd217bb2b8a1125fac681bbd4a3462c812402159e9e86de3b90b7c38d
11+
SHA512 9279c0fdb470b3547518457c8fd1ad3673f76584f85258b6e33038f345086301ef120d59314bb99e8a7b0898d4a25c8a5c288311c185c10c92fc3dcfa0d6a1fb
1212
)
1313

1414
# Extract archive

ports/curl/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curl",
3-
"version": "8.9.1",
3+
"version": "8.10.0",
44
"description": "A library for transferring data with URLs",
55
"homepage": "https://curl.se/",
66
"dependencies": [

0 commit comments

Comments
 (0)
close