ScoopInstaller_Main/bucket/serverless.json
2021-06-08 19:45:29 -07:00

24 lines
796 B
JSON

{
"version": "2.45.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.45.1/serverless-win-x64.exe#/serverless.exe",
"hash": "72d72c03764389f028e6ecec67bb7bf411581ce33883367694c58e80a0dcdc13"
}
},
"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"
}
}
}
}