ScoopInstaller_Main/bucket/serverless.json
2021-09-30 22:07:41 -07:00

24 lines
796 B
JSON

{
"version": "2.60.2",
"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.60.2/serverless-win-x64.exe#/serverless.exe",
"hash": "78d41e6f8c83ff02c4abee03a8a0fa40b08eeaf416ff61ff88dce4f19654e6d9"
}
},
"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"
}
}
}
}