From 5fd5acd9833c18c0f8dd4d6085504485066e58a5 Mon Sep 17 00:00:00 2001 From: Dennis Roche Date: Sun, 27 Sep 2020 21:25:31 +0800 Subject: [PATCH] aws: Update to version 2.0.50 (#1395) * Add AWS CLI v2 as separate install manifest * Bump to version 2.0.48 * Update existing aws manifest to v2 * Update to latest 2.0.50 Co-authored-by: Ross Smith II --- bucket/aws.json | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/bucket/aws.json b/bucket/aws.json index 8c8761f8ac..d034ce2c98 100644 --- a/bucket/aws.json +++ b/bucket/aws.json @@ -1,19 +1,25 @@ { - "version": "1.18.44", + "version": "2.0.50", "license": "Apache-2.0", "homepage": "https://aws.amazon.com/cli/", "description": "The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.", - "url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.18.44.msi", - "hash": "8b5441903fddb493b491ece924304d602e571726f9ba4a824fc0fae1cf59b72a", - "extract_dir": "Amazon/AWSCLI", - "bin": [ - [ - "runtime/python.exe", - "aws", - "-m awscli" - ] - ], + "architecture": { + "64bit": { + "url": "https://awscli.amazonaws.com/AWSCLIV2-2.0.50.msi", + "hash": "337003f19e64deb910c76c2671df881c4c4196233565d6fc77f26f7ed17d9ff4" + } + }, + "extract_dir": "Amazon\\AWSCLIV2", + "bin": "aws.exe", + "checkver": { + "url": "https://api.github.com/repos/aws/aws-cli/tags", + "jsonpath": "$[0].name" + }, "autoupdate": { - "url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-$version.msi" + "architecture": { + "64bit": { + "url": "https://awscli.amazonaws.com/AWSCLIV2-$version.msi" + } + } } }