Skip to content

Commit

Permalink
[restclient-cpp] Update to 2024-01-09 (#42411)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulZimmermann authored Nov 28, 2024
1 parent afc0741 commit 9ee8c85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/restclient-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mrtazz/restclient-cpp
REF b782bd26539a3d1a8edcb6d8a3493b111f8fac66 #v2022-02-009
SHA512 992b2c067c7b672432a202fea6b5263ff51ca77facace5078077e77e57390d3ddcb99e0e20ad1a1595612efbb625d34f4d2cd8c4a2ac4bb33e3f9d5d28c2c579
REF fdf722bbab55d0838200dfbf2c3a2815741c8a7e #v2024-01-09
SHA512 da1c0286b782c7baa3c40bf5bede5c78e0adde9a3172233cbdede792705b074c26e746f192cccb2eded4bf528f10d1fd5bc276fc1b6a3b9cc695fbeb9feadfff
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/restclient-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restclient-cpp",
"version-date": "2022-02-09",
"version-date": "2024-01-09",
"description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
"homepage": "https://code.mrtazz.com/restclient-cpp/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7933,7 +7933,7 @@
"port-version": 4
},
"restclient-cpp": {
"baseline": "2022-02-09",
"baseline": "2024-01-09",
"port-version": 0
},
"restinio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/restclient-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2bde2276928e87cada85876bebd4a8669fa56da7",
"version-date": "2024-01-09",
"port-version": 0
},
{
"git-tree": "7eeae27247c8a1e6f5dab2356cb94370aaabb7fc",
"version-date": "2022-02-09",
Expand Down

0 comments on commit 9ee8c85

Please sign in to comment.