Skip to content

Commit

Permalink
[curl] Update to 8.10.1 (#41061)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Sep 19, 2024
1 parent fc35871 commit a39a744
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO curl/curl
REF ${curl_version}
SHA512 76fa90942baf892c9ae1e3990f4539f90706d69d5134aef0ff14025d9a7c086cb549f72315a2c5c45682dbabb06c530b7b24f64fd824936c2aca6ba137a367f1
SHA512 d8d0cdd291f37a6364201fc47e87302604ca5cb10a109818eb4bdd0215e16b6a56aac69f825417166d168f944b638fd15097f665e6e6933cd1a61ca341c3cb26
HEAD_REF master
PATCHES
0005_remove_imp_suffix.patch
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.10.0",
"version": "8.10.1",
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "curl AND ISC AND BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@
"port-version": 8
},
"curl": {
"baseline": "8.10.0",
"baseline": "8.10.1",
"port-version": 0
},
"curlcpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/curl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9fa54a801b36fad7852cd4174d00fd3e5675abdb",
"version": "8.10.1",
"port-version": 0
},
{
"git-tree": "e1e11529e424b8297a0cc3238dd30c0e47bd9812",
"version": "8.10.0",
Expand Down

0 comments on commit a39a744

Please sign in to comment.