ScoopInstaller_Main/bucket/serverless.json
2021-04-03 04:12:20 +02:00

24 lines
796 B
JSON

{
"version": "2.33.0",
"description": "Framework for building and operating serverless applications",
"homepage": "https://serverless.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/serverless/serverless/releases/download/v2.33.0/serverless-win-x64.exe#/serverless.exe",
"hash": "09efa4220e0b001f09a59bb70826be6a7adcdb6b47291c1c34293a36bbc1f3ba"
}
},
"bin": "serverless.exe",
"checkver": {
"github": "https://github.com/serverless/serverless"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/serverless/serverless/releases/download/v$version/serverless-win-x64.exe#/serverless.exe"
}
}
}
}