[CPR] Update to version 1.9.0 (#25244)

* [CPR] Update to 1.8.3 (again, see details)

* update version

* [CPR] Update to 1.8.4

* update version

* [CPR] Update to 1.9.0

* remove v1.8.4 in cpr.json

* update version
This commit is contained in:
JonLiu1993 2022-07-19 05:26:53 +08:00 committed by GitHub
parent 359dbe3a07
commit 870165b0f6
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 db351ffbbadc6c4e9239daaa26e9aefa9f0ec82d #v1.8.3
SHA512 4ce4e791c5a29584eaf147b2efc4e5c0fb363cf254e6ec0c66734f7ec8da538b5b295300fee3de218da6daf4107fc11e0eac695885a3380e03a72720d328c3db
REF 871ed52d350214a034f6ef8a3b8f51c5ce1bd400 #v1.9.0
SHA512 2f0c38e27597cf33457ca5613ead742da6ecea47674542e7762b2206e58226f21070be288b1bc4ff7af5d01e0f1b9f9548daffc5937559d986c5205b7dbc41f0
HEAD_REF master
PATCHES
001-cpr-config.patch

View File

@ -1,6 +1,6 @@
{
"name": "cpr",
"version-semver": "1.8.3",
"version-semver": "1.9.0",
"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

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ad107acca744655eb0b5aa05c5e6fc1c5516347",
"version-semver": "1.9.0",
"port-version": 0
},
{
"git-tree": "0699dd50434f04eeccbcd30ed9a3973c3143052b",
"version-semver": "1.8.3",