aws-amplify: Add version 4.41.2 (#1778)

* Add AWS Amplify CLI 4.41.2

* Set architecture to x64. Update description
This commit is contained in:
Pratik Chowdhury 2021-10-21 21:26:50 +05:30 committed by GitHub
parent bdfc07f107
commit df25d68fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/aws-amplify.json Normal file
View File

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