From df25d68fd71b0f725cfc24a697b6fc9ae2ba541d Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Thu, 21 Oct 2021 21:26:50 +0530 Subject: [PATCH] aws-amplify: Add version 4.41.2 (#1778) * Add AWS Amplify CLI 4.41.2 * Set architecture to x64. Update description --- bucket/aws-amplify.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/aws-amplify.json diff --git a/bucket/aws-amplify.json b/bucket/aws-amplify.json new file mode 100644 index 0000000000..5023a67c04 --- /dev/null +++ b/bucket/aws-amplify.json @@ -0,0 +1,24 @@ +{ + "version": "4.41.2", + "description": "A unified toolchain to create, integrate, and manage the AWS cloud services for your app.", + "homepage": "https://docs.amplify.aws/cli", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/aws-amplify/amplify-cli/releases/download/v4.41.2/amplify-pkg-win.exe.tgz", + "hash": "9f7820bc68bda57804d89ffb9150e31ca516f27c281a61bdb957ab929bfc032e" + } + }, + "pre_install": "Rename-Item \"$dir\\amplify-pkg-win.exe\" 'amplify.exe'", + "bin": "amplify.exe", + "checkver": { + "github": "https://github.com/aws-amplify/amplify-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aws-amplify/amplify-cli/releases/download/v$version/amplify-pkg-win.exe.tgz" + } + } + } +}