ScoopInstaller_Main/bucket/serverless.json
2020-06-02 14:34:39 +02:00

24 lines
796 B
JSON

{
"version": "1.72.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/v1.72.0/serverless-win-x64.exe#/serverless.exe",
"hash": "2ffb3e4bb4d02626e49a576fb302d33abdb1a514cd2ec8d47eb01f533e888f2d"
}
},
"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"
}
}
}
}