ScoopInstaller_Main/bucket/serverless.json
2021-01-07 13:58:44 +01:00

24 lines
796 B
JSON

{
"version": "2.18.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.18.0/serverless-win-x64.exe#/serverless.exe",
"hash": "635b64d7c9a5b5490287ff367fddaa02024724b3875615139b2ff3044656a234"
}
},
"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"
}
}
}
}