ScoopInstaller_Main/bucket/serverless.json
2022-10-12 04:48:33 +00:00

24 lines
796 B
JSON

{
"version": "3.23.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.23.0/serverless-win-x64.exe#/serverless.exe",
"hash": "af6036d35fac3ecabd91c05d36316746d3b097217702b1f4a39c0fa563a5ad90"
}
},
"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"
}
}
}
}