ScoopInstaller_Main/bucket/serverless.json
2020-07-24 04:29:04 +02:00

24 lines
796 B
JSON

{
"version": "1.76.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/v1.76.1/serverless-win-x64.exe#/serverless.exe",
"hash": "a660e70aa5e64cfbd57b5c9b0b45c8492a7d06c88a035203e1bff622b8b23bdf"
}
},
"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"
}
}
}
}