ScoopInstaller_Main/bucket/localstack.json
2025-09-16 16:30:05 +00:00

24 lines
870 B
JSON

{
"version": "4.8.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.8.1/localstack-cli-4.8.1-windows-amd64-onefile.zip",
"hash": "8c73e4c2b60b9376315d07074e0d9ec275436c2b46edd88588a483e065f52770"
}
},
"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"
}
}
}
}