ScoopInstaller_Main/bucket/serverless.json
2021-09-30 05:08:59 -07:00

24 lines
796 B
JSON

{
"version": "2.60.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.60.1/serverless-win-x64.exe#/serverless.exe",
"hash": "366e851947361c93172a9afa1ff36986806fbe776969a33feec22af4103ec2c5"
}
},
"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"
}
}
}
}