ScoopInstaller_Main/bucket/serverless.json
2023-06-02 20:24:13 +00:00

24 lines
796 B
JSON

{
"version": "3.32.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/v3.32.2/serverless-win-x64.exe#/serverless.exe",
"hash": "d5a58073400b1b06515e4cd42796695d1269fc3f5c1639dba79ce3d3e19d14c3"
}
},
"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"
}
}
}
}