ScoopInstaller_Main/bucket/serverless.json
2021-05-11 15:22:44 +02:00

24 lines
796 B
JSON

{
"version": "2.41.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/v2.41.1/serverless-win-x64.exe#/serverless.exe",
"hash": "3525e354266fc7a027073669f9ce42b7130cf9a82983fe78def3a276eee662f7"
}
},
"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"
}
}
}
}