eventstore: Fix checkver (#2961)

eventstore: Fix checkver
This commit is contained in:
Chawye Hsu 2019-01-08 23:14:12 +08:00 committed by Richard Kuhnt
parent f909b42907
commit 4646293e6e

View File

@ -16,7 +16,7 @@
],
"checkver": {
"url": "https://eventstore.org/downloads",
"re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
"re": "/downloads/EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
},
"autoupdate": {
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v$version.zip"