ScoopInstaller_Main/bucket/deepstream.json
tech189 3a00916172 deepstream: Fix checkver
Failing checkver in Excavator due to GitHub releases page no longer including release file names (without JS possibly?)
2022-11-05 00:17:25 +00:00

30 lines
1.0 KiB
JSON

{
"version": "6.2.1",
"description": "Realtime, fast and secure data-sync server for mobile, web & iot",
"homepage": "https://deepstream.io",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v6.2.1/deepstream.io-windows-6.2.1.zip",
"hash": "5de909d20e9fa23c1587dd5bd748645350adb01b238b6b0cc607e8f2d109c608"
}
},
"extract_dir": "deepstream.io-windows-6.2.1",
"bin": "deepstream.exe",
"env_set": {
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
},
"persist": "conf",
"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"
}
}