mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "5.2.4",
|
|
"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/v5.2.4/deepstream.io-windows-5.2.4.zip",
|
|
"hash": "785cab42fabe9a79460c149f3aed52da2b8e6829b5f631e369999cc6f6e837a6"
|
|
}
|
|
},
|
|
"extract_dir": "deepstream.io-windows-5.2.4",
|
|
"bin": "deepstream.exe",
|
|
"env_set": {
|
|
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
|
|
},
|
|
"persist": "conf",
|
|
"checkver": {
|
|
"url": "https://github.com/deepstreamIO/deepstream.io/releases",
|
|
"regex": "deepstream\\.io-windows-([\\d.]+)\\.zip"
|
|
},
|
|
"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"
|
|
}
|
|
}
|