ScoopInstaller_Main/bucket/serverless.json
2022-03-17 16:29:40 +00:00

24 lines
794 B
JSON

{
"version": "3.7.6",
"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.7.6/serverless-win-x64.exe#/serverless.exe",
"hash": "a0f73a379583dd246aabdd4216e0c9f566e554748600826addd2d693fba61e3b"
}
},
"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"
}
}
}
}