ScoopInstaller_Main/bucket/serverless.json
2021-08-18 12:18:12 -07:00

24 lines
796 B
JSON

{
"version": "2.55.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.55.0/serverless-win-x64.exe#/serverless.exe",
"hash": "23507d4e05d75867031d25e9d701e3fe463ab53f5a9dedcea7c2a7e063f1006f"
}
},
"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"
}
}
}
}