ScoopInstaller_Main/bucket/serverless.json
2021-07-06 23:22:02 -07:00

24 lines
796 B
JSON

{
"version": "2.51.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/v2.51.0/serverless-win-x64.exe#/serverless.exe",
"hash": "1face1d0bd531670d20988d4b60141c58144fc1d4154cd23012d2512eaaf095b"
}
},
"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"
}
}
}
}