ScoopInstaller_Main/bucket/serverless.json
2022-05-19 20:28:35 +00:00

24 lines
796 B
JSON

{
"version": "3.18.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.18.0/serverless-win-x64.exe#/serverless.exe",
"hash": "1fa203a816234496343b4c2eecee8400c32b647f8ca700c39a25aef4f79deed9"
}
},
"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"
}
}
}
}