mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "5.1.2",
|
|
"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.1.2/deepstream.io-windows-5.1.2.zip",
|
|
"hash": "18145b04de08aaf0f035b260b6efd33dbed6dae3e1f16708b561db6184d1b9ad"
|
|
}
|
|
},
|
|
"extract_dir": "deepstream.io-windows-5.1.2",
|
|
"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"
|
|
}
|
|
}
|