ScoopInstaller_Main/bucket/deepstream.json
2020-04-23 20:50:47 +02:00

30 lines
1.0 KiB
JSON

{
"homepage": "https://deepstream.io",
"description": "Realtime, fast and secure data-sync server for mobile, web & iot.",
"license": "AGPL-3.0-or-later",
"version": "5.0.14",
"architecture": {
"64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v5.0.14/deepstream.io-windows-5.0.14.zip",
"hash": "158a0645540525eb06dba16c532636d3668aa44cefa84f7570e8ae58764ade5c"
}
},
"extract_dir": "deepstream.io-windows-5.0.14",
"bin": "deepstream.exe",
"persist": "conf",
"env_set": {
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
},
"checkver": {
"github": "https://github.com/deepstreamIO/deepstream.io"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v$version/deepstream.io-windows-$version.zip"
}
},
"extract_dir": "deepstream.io-windows-$version"
}
}