[cpr] update to 1.8.3 (#24590)

* [cpr] update to 1.8.3

* update version
This commit is contained in:
JonLiu1993 2022-05-07 12:39:42 +08:00 committed by GitHub
parent d5ea96667e
commit a5d6d14516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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",

View File

@ -1653,7 +1653,7 @@
"port-version": 0
},
"cpr": {
"baseline": "1.8.1",
"baseline": "1.8.3",
"port-version": 0
},
"cpu-features": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0699dd50434f04eeccbcd30ed9a3973c3143052b",
"version-semver": "1.8.3",
"port-version": 0
},
{
"git-tree": "6a73ff58e720c30c96a1f7d12f98c9553a62a0d7",
"version-semver": "1.8.1",