Skip to content

Commit

Permalink
update cpr version to 1.7.2 (#22133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adela0814 authored Dec 22, 2021
1 parent 0a365ad commit 2fee3d3
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.7.0
SHA512 8d48c808f037cbfa284be7de08214cd93277ea419982ef7c2e50fa012ad3901248f7c4b24156cd0e926c22cd0901cb588423ba06202cd8abfa15e5df07527d00
REF 1.7.2
SHA512 b2af6ab13a5dab435cc298c74ba79c365569c1e5ccfaffeea9dab0ad28cd918a198f83446761ac2e2101abb4be3a2f669f991e854e541851c1d250f34e16c414
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.7.0",
"version-semver": "1.7.2",
"description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.",
"homepage": "https://github.com/libcpr/cpr",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@
"port-version": 0
},
"cpr": {
"baseline": "1.7.0",
"baseline": "1.7.2",
"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": "ada43417fa0d4613e92e3daafc717b83079d7959",
"version-semver": "1.7.2",
"port-version": 0
},
{
"git-tree": "5adb33b62335c55231d3cd37e302c3487721a1d8",
"version-semver": "1.7.0",
Expand Down

0 comments on commit 2fee3d3

Please sign in to comment.