ScoopInstaller_Main/bucket/serverless.json
2022-02-25 20:26:56 +00:00

24 lines
794 B
JSON

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