ScoopInstaller_Main/bucket/serverless.json
2022-08-16 16:33:57 +00:00

24 lines
796 B
JSON

{
"version": "3.22.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.22.0/serverless-win-x64.exe#/serverless.exe",
"hash": "b391a599b2352e07f73712b1f51fd4d6ec86405cf100181c76de2014a9fbcd1e"
}
},
"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"
}
}
}
}