ScoopInstaller_Main/bucket/serverless.json
2023-11-23 04:26:37 +00:00

24 lines
796 B
JSON

{
"version": "3.38.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.38.0/serverless-win-x64.exe#/serverless.exe",
"hash": "4be9b3579b44539bd2fd53118f1b4e36d74caf7a16f4c1b20773811e8336bffa"
}
},
"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"
}
}
}
}