From d3414e02f4f1f1d9e67186796152d2395192a8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sat, 7 Jan 2017 22:03:18 +0100 Subject: [PATCH] update eventstore 3.9.3 and add autoupdate --- eventstore.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/eventstore.json b/eventstore.json index 6b72941041..88b166c391 100644 --- a/eventstore.json +++ b/eventstore.json @@ -1,11 +1,14 @@ { "homepage": "https://geteventstore.com/", "license": "BSD 3-Clause", - "version": "3.9.2", - "url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v3.9.2.zip", - "hash": "2492845dc4719307de8cfd72ddcf7a739f33c7f11711c83f408cdc56464cea75", + "version": "3.9.3", + "url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v3.9.3.zip", + "hash": "c50975a3c2f22a7162aec3c3cfb28e8848eda19f187509798f05c6491750c82d", "bin": [ - ["EventStore.ClusterNode.exe", "eventstore" ], + [ + "EventStore.ClusterNode.exe", + "eventstore" + ], "EventStore.ClusterNode.exe", "EventStore.PAdmin.exe", "EventStore.Query.exe", @@ -14,5 +17,8 @@ "checkver": { "url": "https://geteventstore.com/downloads/", "re": "Get\\s+Event\\s+Store\\s+(\\d+\\.\\d+\\.\\d+)\\s+for\\s+Windows" + }, + "autoupdate": { + "url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v$version.zip" } }