mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
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:
parent
bdfc07f107
commit
df25d68fd7
24
bucket/aws-amplify.json
Normal file
24
bucket/aws-amplify.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user