bootstrap-awscli: Upgrade awscli version.

This commit is contained in:
Alex Vandiver 2022-11-08 15:56:42 -05:00 committed by Tim Abbott
parent 6517e4b239
commit 6f46faa980
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ set -eu
ARCH=$(uname -m) ARCH=$(uname -m)
AWS_CLI_VERSION="2.8.1" AWS_CLI_VERSION="2.8.9"
if [ "$ARCH" == "x86_64" ]; then if [ "$ARCH" == "x86_64" ]; then
AWS_CLI_SHA="8253e0567ff15d8cc3dc24d9dcbc41753a59662a006849e3b584a73a48f23b0d" AWS_CLI_SHA="66ce7e305a8fa4e8a140ed30766e6d67a39e299ad2413fdf347da176890597d9"
elif [ "$ARCH" == "aarch64" ]; then elif [ "$ARCH" == "aarch64" ]; then
AWS_CLI_SHA="56f22efb25c8b5648d9616e4b89b5a0c12b13037520b870017dce5622ff10e77" AWS_CLI_SHA="5329130a487993a794bbc12d91b3f463cab484a35ff2faf6ddc355a3d3e82c24"
else else
echo "Unsupported architecture: $ARCH" echo "Unsupported architecture: $ARCH"
exit 1 exit 1