ScoopInstaller_Main/bucket/serverless.json
2022-11-21 16:30:34 +00:00

24 lines
796 B
JSON

{
"version": "3.25.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.25.0/serverless-win-x64.exe#/serverless.exe",
"hash": "593acb004b8e61cea09811e0ed87ee1582202f8b8f5e8d7fa5c76823d7966439"
}
},
"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"
}
}
}
}