mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
24 lines
873 B
JSON
24 lines
873 B
JSON
{
|
|
"version": "4.11.1",
|
|
"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.11.1/localstack-cli-4.11.1-windows-amd64-onefile.zip",
|
|
"hash": "133421287e8d4c96d34e7fceabfb87f2e5dfdff75238888a9bc1e9e395e572ad"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|