ScoopInstaller_Main/bucket/serverless.json
2023-06-27 08:28:20 +00:00

24 lines
796 B
JSON

{
"version": "3.33.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.33.0/serverless-win-x64.exe#/serverless.exe",
"hash": "8b53d9e62f808e6fef985a7f6d30ff4c572978ba5a7c881ee865537bde616399"
}
},
"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"
}
}
}
}