From 0f3fb21e6eba0c53489b8f72f99042193309adab Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 12 Aug 2017 17:00:06 +0200 Subject: [PATCH] eventstore: fix regex and update to version 4.0.1-hotfix4 --- eventstore.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eventstore.json b/eventstore.json index ef68bdef13..8388a1b694 100644 --- a/eventstore.json +++ b/eventstore.json @@ -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"