ScoopInstaller_Main/bucket/serverless.json
2020-09-23 20:54:20 +02:00

24 lines
794 B
JSON

{
"version": "2.2.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.2.0/serverless-win-x64.exe#/serverless.exe",
"hash": "95c6541ae6e817951805b97657e5c0d524e833071bf53b2f4a1817291728d5bb"
}
},
"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"
}
}
}
}