aws-sdk-cpp: add v1.10.32 (#34592)

This commit is contained in:
Adam J. Stewart 2022-12-19 04:48:31 -06:00 committed by GitHub
parent 64327bfef0
commit 6c9602ee64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ class AwsSdkCpp(CMakePackage):
homepage = "https://github.com/aws/aws-sdk-cpp"
git = "https://github.com/aws/aws-sdk-cpp.git"
version("1.10.32", tag="1.10.32", submodules=True)
version("1.9.247", tag="1.9.247", submodules=True)
depends_on("cmake@3.1:", type="build")