eventstore: fix regex and update to version 4.0.1-hotfix4

This commit is contained in:
Richard Kuhnt 2017-08-12 17:00:06 +02:00
parent 5b1c108a71
commit 0f3fb21e6e

View File

@ -1,9 +1,9 @@
{
"homepage": "https://geteventstore.com/",
"license": "BSD 3-Clause",
"version": "4.0.1",
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1.zip",
"hash": "b341e3a7939316a06040e3910c76d01c32f2162781ab81a1bbe28da84bf007cc",
"version": "4.0.1-hotfix4",
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.1-hotfix4.zip",
"hash": "3360f271c9fe3032f8ab63aa1f343e0909b9b270a6ad3ac8c2383ccb5dccc23b",
"bin": [
[
"EventStore.ClusterNode.exe",
@ -16,7 +16,7 @@
],
"checkver": {
"url": "https://geteventstore.com/downloads/",
"re": "Get\\s+Event\\s+Store\\s+(\\d+\\.\\d+\\.\\d+)\\s+for\\s+Windows"
"re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
},
"autoupdate": {
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v$version.zip"