ScoopInstaller_Main/bucket/serverless.json
2021-10-04 13:07:19 -07:00

24 lines
796 B
JSON

{
"version": "2.61.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.61.0/serverless-win-x64.exe#/serverless.exe",
"hash": "8e4956f1b71da0958357879ac203e6f39b27881f25eef551ba415a73db558035"
}
},
"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"
}
}
}
}