ScoopInstaller_Main/bucket/serverless.json
2022-04-16 12:31:02 +00:00

24 lines
796 B
JSON

{
"version": "3.14.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.14.0/serverless-win-x64.exe#/serverless.exe",
"hash": "17ca810882f6f78506603c574564ef33acec82af5c1a33c9f91bca9f9e725774"
}
},
"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"
}
}
}
}