mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
localstack: Add version 4.5.0 (#6876)
This commit is contained in:
parent
226de73749
commit
096f5b565c
23
bucket/localstack.json
Normal file
23
bucket/localstack.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "4.5.0",
|
||||
"description": "A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.",
|
||||
"homepage": "https://localstack.cloud",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/localstack/localstack-cli/releases/download/v4.5.0/localstack-cli-4.5.0-windows-amd64-onefile.zip",
|
||||
"hash": "3c73ebe52059933bf83465380c613614e506a673f710d13cee6009d2b0624ef6"
|
||||
}
|
||||
},
|
||||
"bin": "localstack.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/localstack/localstack-cli"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/localstack/localstack-cli/releases/download/v$version/localstack-cli-$version-windows-amd64-onefile.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user