diff --git a/recipes/aws-c-auth/all/conandata.yml b/recipes/aws-c-auth/all/conandata.yml index 027010126b13f..ed85abf4d870c 100644 --- a/recipes/aws-c-auth/all/conandata.yml +++ b/recipes/aws-c-auth/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "0.7.21": + url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.21.tar.gz" + sha256: "802054ff0a82c9fc977671f7d2be1c55229a97d808e0d53784a749be32ceb5ec" "0.7.8": url: "https://github.com/awslabs/aws-c-auth/archive/v0.7.8.tar.gz" sha256: "5db8ab91262b5c055e3634f2c9dc2bc1a3285c2dd5513fdcafcb3e79468dc7de" diff --git a/recipes/aws-c-auth/all/conanfile.py b/recipes/aws-c-auth/all/conanfile.py index edc82083e9c0b..23636f36d1ad3 100644 --- a/recipes/aws-c-auth/all/conanfile.py +++ b/recipes/aws-c-auth/all/conanfile.py @@ -62,7 +62,7 @@ def requirements(self): self.requires("aws-c-common/0.9.6", transitive_headers=True, transitive_libs=True) self.requires("aws-c-cal/0.6.9") self.requires("aws-c-io/0.13.35", transitive_headers=True, transitive_libs=True) - self.requires("aws-c-http/0.7.14", transitive_headers=True) + self.requires("aws-c-http/0.8.1", transitive_headers=True) self.requires("aws-c-sdkutils/0.1.12", transitive_headers=True) def source(self): diff --git a/recipes/aws-c-auth/config.yml b/recipes/aws-c-auth/config.yml index 8edcc1ff10f28..dfdab8e268054 100644 --- a/recipes/aws-c-auth/config.yml +++ b/recipes/aws-c-auth/config.yml @@ -1,4 +1,6 @@ versions: + "0.7.21": + folder: all "0.7.8": folder: all "0.7.7":