ScoopInstaller_Main/bucket/localstack.json
2025-09-11 08:30:01 +00:00

24 lines
870 B
JSON

{
"version": "4.8.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.8.0/localstack-cli-4.8.0-windows-amd64-onefile.zip",
"hash": "cc308158327d6e504733d40bb8f5f597949a51c25614338d6b111ea7bae189bd"
}
},
"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"
}
}
}
}