[aws-sdk-cpp] Update to 1.7.333 (#11332)

* Update CONTROL.in to match current version
* Update sha for checkout/checksum
This commit is contained in:
Lee Packham 2020-05-16 01:05:00 +01:00 committed by GitHub
parent b0c42cb8a2
commit 7e6e30ff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: aws-sdk-cpp
Version: 1.7.270
Version: 1.7.333
Homepage: https://github.com/aws/aws-sdk-cpp
Description: AWS SDK for C++
Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream

View File

@ -1,5 +1,5 @@
Source: aws-sdk-cpp
Version: 1.7.38
Version: 1.7.333
Description: AWS SDK for C++
Build-Depends: openssl (!uwp&!windows), curl (!uwp&!windows), aws-c-event-stream
Default-Features: dynamodb, s3, kinesis

View File

@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF ad6c51d8c9e52eb74418d40b0a78021e890ef27f # 1.7.270
SHA512 a636c60bc07a58860dfd53a786edbc47b7974084c5b65dd1fca663f9521a92871e4830c71880498583e6e372ee141a6550cd88fd9649ab1017dd712e4c8ccb23
REF 934ed5c02bc6afdd24de23a44429dfd2bc63d081 # 1.7.333
SHA512 e8fa1cdb365f07a28240deca824c0b003072a5d8fe237131d2c35a4b8e37abd67cc11e015fe01a0145e30a387aa8aa9528eb98262b802442ef08750e7c1636de
HEAD_REF master
)