ScoopInstaller_Main/bucket/serverless.json
2022-02-21 12:30:09 +00:00

24 lines
794 B
JSON

{
"version": "3.3.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/v3.3.0/serverless-win-x64.exe#/serverless.exe",
"hash": "718779e38afd0b91606480cddf16b63aa2d863d70dde6e34117bcc753913a37e"
}
},
"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"
}
}
}
}