ScoopInstaller_Main/bucket/serverless.json
2023-04-07 00:35:56 +00:00

24 lines
796 B
JSON

{
"version": "3.30.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.30.1/serverless-win-x64.exe#/serverless.exe",
"hash": "e74c59963fe5fe6bf8a8d1a17f57cee2c18b474d936a07cc0f978692e2058a41"
}
},
"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"
}
}
}
}