ScoopInstaller_Main/bucket/serverless.json
2023-06-01 16:30:18 +00:00

24 lines
796 B
JSON

{
"version": "3.32.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/v3.32.1/serverless-win-x64.exe#/serverless.exe",
"hash": "3397a3d88741e6f1c71d4a146548aee819a25b821746c8b6416e43ddf4464302"
}
},
"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"
}
}
}
}