ScoopInstaller_Main/bucket/localstack.json
2025-10-30 12:31:54 +00:00

24 lines
873 B
JSON

{
"version": "4.10.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.10.0/localstack-cli-4.10.0-windows-amd64-onefile.zip",
"hash": "313d6b95a592324510d27325e7e57813e7087fe0569566b12af4449853c729ed"
}
},
"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"
}
}
}
}