ScoopInstaller_Main/bucket/serverless.json
2021-03-03 17:24:06 +01:00

24 lines
796 B
JSON

{
"version": "2.28.6",
"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.28.6/serverless-win-x64.exe#/serverless.exe",
"hash": "a0a7dd25c8d8d159465308edbe70ad039be5db71033ec6e2f79fc361fb34f18a"
}
},
"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"
}
}
}
}