ScoopInstaller_Main/bucket/localstack.json
2025-10-06 12:32:07 +00:00

24 lines
870 B
JSON

{
"version": "4.9.2",
"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.9.2/localstack-cli-4.9.2-windows-amd64-onefile.zip",
"hash": "9fcda781a17d096f3d469dc89e06320a8c0dc828527d322b0362d60f53a90eff"
}
},
"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"
}
}
}
}