ScoopInstaller_Main/bucket/serverless.json
2020-09-30 19:52:28 +02:00

24 lines
794 B
JSON

{
"version": "2.4.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.4.0/serverless-win-x64.exe#/serverless.exe",
"hash": "e7ddd52b31720173f04e3b9055a9f257a38c7b346ff59e6b0cd6c0f672f3cc87"
}
},
"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"
}
}
}
}