From 3ae16f42dab1f179d60376cdd27785ec211974db Mon Sep 17 00:00:00 2001 From: Zero King Date: Thu, 9 Jun 2022 16:04:27 +0000 Subject: [PATCH] (#11107) aws-c-event-stream: add version 0.2.11 and update dependencies * 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 --- recipes/aws-c-event-stream/all/conandata.yml | 3 +++ recipes/aws-c-event-stream/all/conanfile.py | 2 +- recipes/aws-c-event-stream/config.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/aws-c-event-stream/all/conandata.yml b/recipes/aws-c-event-stream/all/conandata.yml index 1e0ec4f411133..e3ca40f45f73c 100644 --- a/recipes/aws-c-event-stream/all/conandata.yml +++ b/recipes/aws-c-event-stream/all/conandata.yml @@ -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" diff --git a/recipes/aws-c-event-stream/all/conanfile.py b/recipes/aws-c-event-stream/all/conanfile.py index f1a93b979409c..08ef8038f7003 100644 --- a/recipes/aws-c-event-stream/all/conanfile.py +++ b/recipes/aws-c-event-stream/all/conanfile.py @@ -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], diff --git a/recipes/aws-c-event-stream/config.yml b/recipes/aws-c-event-stream/config.yml index 79765df33dd83..f350f833e1f5b 100644 --- a/recipes/aws-c-event-stream/config.yml +++ b/recipes/aws-c-event-stream/config.yml @@ -1,4 +1,6 @@ versions: + "0.2.11": + folder: all 0.2.7: folder: all 0.1.5: