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" + } + } + } +}