Skip to content

Commit

Permalink
[cpr] update to 1.8.3 (#24590)
Browse files Browse the repository at this point in the history
* [cpr] update to 1.8.3

* update version
  • Loading branch information
JonLiu1993 committed May 7, 2022
1 parent d5ea966 commit a5d6d14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/cpr/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libcpr/cpr
REF 1.8.1
SHA512 f586b63ddbd9bd03e5c5aa385aad0d4f16f79847e1a14f6dc8a5e0cad4ed89e097ab83484c9ed19e034abf0d2eece13a7609652bc6a1a9caba43189cf0a782db
REF db351ffbbadc6c4e9239daaa26e9aefa9f0ec82d #v1.8.3
SHA512 4ce4e791c5a29584eaf147b2efc4e5c0fb363cf254e6ec0c66734f7ec8da538b5b295300fee3de218da6daf4107fc11e0eac695885a3380e03a72720d328c3db
HEAD_REF master
PATCHES
001-cpr-config.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/cpr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpr",
"version-semver": "1.8.1",
"version-semver": "1.8.3",
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
"homepage": "https://github.com/libcpr/cpr",
"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 @@ -1653,7 +1653,7 @@
"port-version": 0
},
"cpr": {
"baseline": "1.8.1",
"baseline": "1.8.3",
"port-version": 0
},
"cpu-features": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0699dd50434f04eeccbcd30ed9a3973c3143052b",
"version-semver": "1.8.3",
"port-version": 0
},
{
"git-tree": "6a73ff58e720c30c96a1f7d12f98c9553a62a0d7",
"version-semver": "1.8.1",
Expand Down

0 comments on commit a5d6d14

Please sign in to comment.