Skip to content

Commit

Permalink
Update curl to v8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Sep 12, 2024
1 parent ced28a0 commit 7be220f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 8.9.1)
set(VERSION 8.10.0)
string(REPLACE "." "_" TAG ${VERSION})

set(FILENAME "curl-${VERSION}.zip")
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 7be220f

Please sign in to comment.