ScoopInstaller_Main/bucket/serverless.json
2022-02-10 16:31:57 +00:00

24 lines
794 B
JSON

{
"version": "3.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/v3.2.0/serverless-win-x64.exe#/serverless.exe",
"hash": "ad961b0ac19eaaaa9013aea267412a9f9a15761f178331bd9bb2a78b6daba943"
}
},
"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"
}
}
}
}