ScoopInstaller_Main/bucket/localstack.json
2025-10-03 16:30:28 +00:00

24 lines
870 B
JSON

{
"version": "4.9.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.9.1/localstack-cli-4.9.1-windows-amd64-onefile.zip",
"hash": "5bcefec9d8c63a497426366c5399b6d6ffbf9832cfa12d2b82541f69f6779458"
}
},
"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"
}
}
}
}