ScoopInstaller_Main/bucket/serverless.json
2022-01-25 00:33:13 +00:00

24 lines
796 B
JSON

{
"version": "2.72.2",
"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.72.2/serverless-win-x64.exe#/serverless.exe",
"hash": "b169386363c6ae0a0b95a9164af13fb2303d0d9e04104b24d67aebad60ee6128"
}
},
"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"
}
}
}
}