ScoopInstaller_Main/bucket/serverless.json
2021-08-06 13:22:06 -07:00

24 lines
796 B
JSON

{
"version": "2.53.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/v2.53.1/serverless-win-x64.exe#/serverless.exe",
"hash": "f79c75c7873683675d2b30d364897f97b75e0a364d18f93dfd83b76407a16718"
}
},
"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"
}
}
}
}