ScoopInstaller_Main/bucket/serverless.json
2022-01-28 16:29:29 +00:00

24 lines
794 B
JSON

{
"version": "3.0.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.0.1/serverless-win-x64.exe#/serverless.exe",
"hash": "dbab238b3e6ac07eb87fd3bbcb9dfe8177aa65b9286762704085f3d2bf0c983f"
}
},
"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"
}
}
}
}