Skip to content

Commit

Permalink
Update curl to v8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Jan 16, 2025
1 parent 3afab0d commit caacd71
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 @@ -22,5 +22,5 @@
| Library | Version | Release Date |
|---|:---:|:---:|
| [icu](http://site.icu-project.org) | 76.1 | 2024-10-24 |
| [curl](https://curl.se) | 8.11.0 | 2024-11-05 |
| [curl](https://curl.se) | 8.11.1 | 2024-12-11 |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.0 | 2023-09-23 |
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.11.0)
set(VERSION 8.11.1)
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 41e6bd15106bc1bc5060f52b93d54cf64b4eb63203aee44058cf2a93e15192305c1c893dc34f38bf704f0e0b9e01685a0cac5a9e56e52af97d63645842c63f6a
SHA512 8ac5c254f299f711e2b711224dc2db914349292a6786e8ac8ed096bcc395c8d2a9e1983a23903d0e47565d00d12bc87426d347f80fe661c9eaf06eac2aa10977
)

# 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.11.0",
"version": "8.11.1",
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"dependencies": [
Expand Down

0 comments on commit caacd71

Please sign in to comment.