Skip to content

Commit

Permalink
(#11107) aws-c-event-stream: add version 0.2.11 and update dependencies
Browse files Browse the repository at this point in the history
* aws-c-event-stream: add version 0.2.11

Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

* aws-c-event-stream: update dependencies

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
  • Loading branch information
l2dy and qchateau authored Jun 9, 2022
1 parent 88a5975 commit 3ae16f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/aws-c-event-stream/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.2.11":
url: "https://github.com/awslabs/aws-c-event-stream/archive/v0.2.11.tar.gz"
sha256: "4818b8d3fe02016fcfdd033c1e9d8f6be07ccaeb38664fe8c31c0fd153ea56e6"
"0.2.7":
url: "https://github.com/awslabs/aws-c-event-stream/archive/v0.2.7.tar.gz"
sha256: "bb5c94cdff70c1985fb0b5f30d81756cedb5a3c3075d37f7e1e2b34e2a33c8c0"
Expand Down
2 changes: 1 addition & 1 deletion recipes/aws-c-event-stream/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def requirements(self):
self.requires("aws-checksums/0.1.12")
self.requires("aws-c-common/0.6.19")
if tools.Version(self.version) >= "0.2":
self.requires("aws-c-io/0.10.20")
self.requires("aws-c-io/0.11.2")

def source(self):
tools.get(**self.conan_data["sources"][self.version],
Expand Down
2 changes: 2 additions & 0 deletions recipes/aws-c-event-stream/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.2.11":
folder: all
0.2.7:
folder: all
0.1.5:
Expand Down

0 comments on commit 3ae16f4

Please sign in to comment.