ScoopInstaller_Main/bucket/serverless.json
2021-12-15 16:40:22 +00:00

24 lines
796 B
JSON

{
"version": "2.69.1",
"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.69.1/serverless-win-x64.exe#/serverless.exe",
"hash": "03fcca9f139c0e2f3d7c04517b6846316025ed24839f5c58ab19b474e548f968"
}
},
"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"
}
}
}
}