ScoopInstaller_Main/bucket/serverless.json
2023-03-01 00:34:08 +00:00

24 lines
796 B
JSON

{
"version": "3.28.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.28.0/serverless-win-x64.exe#/serverless.exe",
"hash": "a9898ee0a7d1f6651a676e2e2a21eafc919bd9b1dbad4b111ce38b701cb16a71"
}
},
"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"
}
}
}
}