ScoopInstaller_Main/bucket/localstack.json
2025-12-11 16:32:44 +00:00

24 lines
873 B
JSON

{
"version": "4.12.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.12.0/localstack-cli-4.12.0-windows-amd64-onefile.zip",
"hash": "ea8e61649e3b63ad073e0a32eb7479544b58bb6a04df665c66274eff0ea8b716"
}
},
"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"
}
}
}
}