ScoopInstaller_Main/bucket/serverless.json
2021-10-20 10:06:02 -07:00

24 lines
796 B
JSON

{
"version": "2.64.1",
"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.64.1/serverless-win-x64.exe#/serverless.exe",
"hash": "9d55b0803830a2d07fed6853d3d01e79a07da846155be9e8c830d58498ee370e"
}
},
"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"
}
}
}
}