Skip to content

Commit 4407419

Browse files
authored
chore: bump cpr to 1.14.1 (#535)
1 parent 883a43f commit 4407419

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function(resolve_cpr_dependency)
449449
if(DEFINED ENV{ICEBERG_CPR_URL})
450450
set(CPR_URL "$ENV{ICEBERG_CPR_URL}")
451451
else()
452-
set(CPR_URL "https://github.com/libcpr/cpr/archive/refs/tags/1.12.0.tar.gz")
452+
set(CPR_URL "https://github.com/libcpr/cpr/archive/refs/tags/1.14.1.tar.gz")
453453
endif()
454454

455455
fetchcontent_declare(cpr

subprojects/cpr.wrap

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616
# under the License.
1717

1818
[wrap-file]
19-
directory = cpr-1.12.0
20-
source_url = https://github.com/libcpr/cpr/archive/1.12.0.tar.gz
21-
source_filename = cpr-1.12.0.tar.gz
22-
source_hash = f64b501de66e163d6a278fbb6a95f395ee873b7a66c905dd785eae107266a709
23-
patch_filename = cpr_1.12.0-1_patch.zip
24-
patch_url = https://wrapdb.mesonbuild.com/v2/cpr_1.12.0-1/get_patch
25-
patch_hash = 16404431dd8b2dbb49afc78a07b3bbe3c84c9f83ce1f45c3510934fadab99e72
26-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpr_1.12.0-1/cpr-1.12.0.tar.gz
27-
wrapdb_version = 1.12.0-1
19+
directory = cpr-1.14.1
20+
source_url = https://github.com/libcpr/cpr/archive/1.14.1.tar.gz
21+
source_filename = cpr-1.14.1.tar.gz
22+
source_hash = 213ccc7c98683d2ca6304d9760005effa12ec51d664bababf114566cb2b1e23c
23+
source_fallback_url = https://wrapdb.mesonbuild.com/v2/cpr_1.14.1-1/get_source/cpr-1.14.1.tar.gz
24+
patch_filename = cpr_1.14.1-1_patch.zip
25+
patch_url = https://wrapdb.mesonbuild.com/v2/cpr_1.14.1-1/get_patch
26+
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cpr_1.14.1-1/cpr_1.14.1-1_patch.zip
27+
patch_hash = e5930186aa8cfb9383a468a80d177b3a4c4fcc5f38deb6fca13d96263ce36459
28+
wrapdb_version = 1.14.1-1
2829

2930
[provide]
30-
cpr = cpr_dep
31+
dependency_names = cpr

0 commit comments

Comments
 (0)