deepstream: Fix checkver (#1160)

#150
This commit is contained in:
Jakub Čábera 2020-06-12 08:45:58 +02:00 committed by GitHub
parent 861f5b93e8
commit 2382de42dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ {
"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", "version": "5.0.14",
"description": "Realtime, fast and secure data-sync server for mobile, web & iot",
"homepage": "https://deepstream.io",
"license": "AGPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v5.0.14/deepstream.io-windows-5.0.14.zip", "url": "https://github.com/deepstreamIO/deepstream.io/releases/download/v5.0.14/deepstream.io-windows-5.0.14.zip",
@ -11,12 +11,13 @@
}, },
"extract_dir": "deepstream.io-windows-5.0.14", "extract_dir": "deepstream.io-windows-5.0.14",
"bin": "deepstream.exe", "bin": "deepstream.exe",
"persist": "conf",
"env_set": { "env_set": {
"DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml" "DEEPSTREAM_CONFIG_DIRECTORY": "$dir\\conf\\config.yml"
}, },
"persist": "conf",
"checkver": { "checkver": {
"github": "https://github.com/deepstreamIO/deepstream.io" "url": "https://github.com/deepstreamIO/deepstream.io/releases",
"regex": "deepstream\\.io-windows-([\\d.]+)\\.zip"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {