ScoopInstaller_Main/bucket/serverless.json
2022-01-10 16:30:09 +00:00

24 lines
796 B
JSON

{
"version": "2.71.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.71.0/serverless-win-x64.exe#/serverless.exe",
"hash": "92dc421315e7d231a1f14cce2b0367167bc98dfe3786cdfb1bb6dbd93b1af460"
}
},
"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"
}
}
}
}