Skip to content

Commit

Permalink
cpr: update to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Oct 23, 2024
1 parent 628935d commit 01ba204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@
"cpr"
],
"versions": [
"1.11.0-1",
"1.10.5-1",
"1.10.4-1",
"1.9.6-2",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/cpr.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = cpr-1.10.5
source_url = https://github.com/libcpr/cpr/archive/1.10.5.tar.gz
source_filename = cpr-1.10.5.tar.gz
source_hash = c8590568996cea918d7cf7ec6845d954b9b95ab2c4980b365f582a665dea08d8
directory = cpr-1.11.0
source_url = https://github.com/libcpr/cpr/archive/1.11.0.tar.gz
source_filename = cpr-1.11.0.tar.gz
source_hash = fdafa3e3a87448b5ddbd9c7a16e7276a78f28bbe84a3fc6edcfef85eca977784
patch_directory = cpr

[provide]
Expand Down
4 changes: 2 additions & 2 deletions subprojects/packagefiles/cpr/meson.build
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
project(
'cpr',
'cpp',
version: '1.10.5',
version: '1.11.0',
license: 'MIT',
default_options: 'cpp_std=c++17',
)

curl_dep = dependency('libcurl')
curl_dep = dependency('libcurl', version:'>=7.64.0')
thread_dep = dependency('threads')

includes = include_directories('.', 'include')
Expand Down

0 comments on commit 01ba204

Please sign in to comment.