update eventstore 3.9.3 and add autoupdate

This commit is contained in:
Rémy 2017-01-07 22:03:18 +01:00
parent 8df9faf7e8
commit d3414e02f4

View File

@ -1,11 +1,14 @@
{ {
"homepage": "https://geteventstore.com/", "homepage": "https://geteventstore.com/",
"license": "BSD 3-Clause", "license": "BSD 3-Clause",
"version": "3.9.2", "version": "3.9.3",
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v3.9.2.zip", "url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v3.9.3.zip",
"hash": "2492845dc4719307de8cfd72ddcf7a739f33c7f11711c83f408cdc56464cea75", "hash": "c50975a3c2f22a7162aec3c3cfb28e8848eda19f187509798f05c6491750c82d",
"bin": [ "bin": [
["EventStore.ClusterNode.exe", "eventstore" ], [
"EventStore.ClusterNode.exe",
"eventstore"
],
"EventStore.ClusterNode.exe", "EventStore.ClusterNode.exe",
"EventStore.PAdmin.exe", "EventStore.PAdmin.exe",
"EventStore.Query.exe", "EventStore.Query.exe",
@ -14,5 +17,8 @@
"checkver": { "checkver": {
"url": "https://geteventstore.com/downloads/", "url": "https://geteventstore.com/downloads/",
"re": "Get\\s+Event\\s+Store\\s+(\\d+\\.\\d+\\.\\d+)\\s+for\\s+Windows" "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"
} }
} }