Skip to content

Commit

Permalink
[aws-sdk-cpp] Bump to 1.11.474 (microsoft#42963)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai authored Dec 31, 2024
1 parent 6e50d48 commit 01c9416
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF "${VERSION}"
SHA512 67eafed82ccae41642f369b83bd63b93236de8f2ed94e642a8e107aaf3a85b3c3effbf785b7c8a0a4ce057001a2516b20a4f6382b6114a96c45927b41424c90b
SHA512 f81b0afd9c3bb6e8181c6edc04de9b83af8a17e5bdf993e68fc00abc07980fadbe9e6b98635632cb96ed62c9b2753771f9cf6d91088d6ab42f409eec5d136faa
PATCHES
fix-aws-root.patch
lock-curl-http-and-tls-settings.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/vcpkg.in.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-cpp",
"version": "1.11.467",
"version": "1.11.474",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion ports/aws-sdk-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$note": "Automatically generated by generateFeatures.ps1 from vcpkg.in.json, do not edit manually",
"name": "aws-sdk-cpp",
"version": "1.11.471",
"version": "1.11.474",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
Expand Down Expand Up @@ -156,6 +156,9 @@
"backup-gateway": {
"description": "C++ SDK for the AWS backup-gateway service"
},
"backupsearch": {
"description": "C++ SDK for the AWS backupsearch service"
},
"batch": {
"description": "C++ SDK for the AWS batch service"
},
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-sdk-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "65e0677d7ca2f28a8670c577103a7d03b4fbb55a",
"version": "1.11.474",
"port-version": 0
},
{
"git-tree": "2ad1c07eff40874cb2714011450ffe1a77fefb38",
"version": "1.11.471",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.471",
"baseline": "1.11.474",
"port-version": 0
},
"azmq": {
Expand Down

0 comments on commit 01c9416

Please sign in to comment.