ScoopInstaller_Main/bucket/serverless.json
2022-07-14 20:28:40 +00:00

24 lines
796 B
JSON

{
"version": "3.21.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.21.0/serverless-win-x64.exe#/serverless.exe",
"hash": "06933c0f87951de23c6381ba324631c2f231142ccc15c4d11960cfad8ad0ee71"
}
},
"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"
}
}
}
}