diff --git a/README.md b/README.md index b698200..09fbdc0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ the requirements. | [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.5.0 | 2024-08-23 | | [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.7.0 | 2024-08-23 | | [c-ares](https://c-ares.org) | 1.33.0 | 2024-08-02 | -| [curl](https://curl.se) | 8.9.1 | 2024-07-31 | +| [curl](https://curl.se) | 8.10.0 | 2024-09-10 | | [libxml2](http://xmlsoft.org) | 2.13.3 | 2024-07-24 | | [libxslt](http://xmlsoft.org/libxslt) | 1.1.42 | 2024-07-04 | | [lcms](https://www.littlecms.com/) | 2.16.0 | 2023-12-03 | diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake index f110005..7121e0a 100644 --- a/ports/curl/portfile.cmake +++ b/ports/curl/portfile.cmake @@ -1,4 +1,4 @@ -set(VERSION 8.9.1) +set(VERSION 8.10.0) string(REPLACE "." "_" TAG ${VERSION}) set(FILENAME "curl-${VERSION}.zip") @@ -8,7 +8,7 @@ set(URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/${FILENAME} vcpkg_download_distfile(ARCHIVE URLS ${URLS} FILENAME ${FILENAME} - SHA512 fba5523b415fdddae6722065bbe7a288dd39a3a58fca0e75f503a776b33ef75a454e4a4cd217bb2b8a1125fac681bbd4a3462c812402159e9e86de3b90b7c38d + SHA512 9279c0fdb470b3547518457c8fd1ad3673f76584f85258b6e33038f345086301ef120d59314bb99e8a7b0898d4a25c8a5c288311c185c10c92fc3dcfa0d6a1fb ) # Extract archive diff --git a/ports/curl/vcpkg.json b/ports/curl/vcpkg.json index 2fea006..8539b2c 100644 --- a/ports/curl/vcpkg.json +++ b/ports/curl/vcpkg.json @@ -1,6 +1,6 @@ { "name": "curl", - "version": "8.9.1", + "version": "8.10.0", "description": "A library for transferring data with URLs", "homepage": "https://curl.se/", "dependencies": [