Skip to content

Commit

Permalink
cpr: add version 1.11.1 (#26057)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Dec 4, 2024
1 parent 6d9f020 commit addbdbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/cpr/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.11.1":
url: "https://github.com/libcpr/cpr/archive/refs/tags/1.11.1.tar.gz"
sha256: "e84b8ef348f41072609f53aab05bdaab24bf5916c62d99651dfbeaf282a8e0a2"
"1.11.0":
url: "https://github.com/libcpr/cpr/archive/refs/tags/1.11.0.tar.gz"
sha256: "fdafa3e3a87448b5ddbd9c7a16e7276a78f28bbe84a3fc6edcfef85eca977784"
Expand All @@ -18,6 +21,10 @@ sources:
url: "https://github.com/libcpr/cpr/archive/refs/tags/1.7.2.tar.gz"
sha256: "aa38a414fe2ffc49af13a08b6ab34df825fdd2e7a1213d032d835a779e14176f"
patches:
"1.11.1":
- patch_file: "patches/008-1.11.0-remove-warning-flags.patch"
patch_description: "disable warning flags and warning as error"
patch_type: "portability"
"1.11.0":
- patch_file: "patches/008-1.11.0-remove-warning-flags.patch"
patch_description: "disable warning flags and warning as error"
Expand Down
2 changes: 2 additions & 0 deletions recipes/cpr/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.11.1":
folder: all
"1.11.0":
folder: all
"1.10.5":
Expand Down

0 comments on commit addbdbc

Please sign in to comment.