Update eventstore.json (#1752)

Eventstore has moved to https://eventstore.org
This commit is contained in:
demesne 2017-10-09 06:32:43 -04:00 committed by Richard Kuhnt
parent 319d9a602b
commit 0dab55cc87

View File

@ -1,9 +1,9 @@
{ {
"homepage": "https://geteventstore.com/", "homepage": "https://eventstore.org/",
"license": "BSD 3-Clause", "license": "BSD 3-Clause",
"version": "4.0.2", "version": "4.0.3",
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v4.0.2.zip", "url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.0.3.zip",
"hash": "eeaeb31c403d2614cb9c711f3d504cfc84fe386dd3cb40292af97b9248c35ff5", "hash": "F76113C88BD6DB078C92A663516E7899A5391D960A4A6C977481F7F296DA5F8B",
"bin": [ "bin": [
[ [
"EventStore.ClusterNode.exe", "EventStore.ClusterNode.exe",
@ -15,10 +15,10 @@
"EventStore.TestClient.exe" "EventStore.TestClient.exe"
], ],
"checkver": { "checkver": {
"url": "https://geteventstore.com/downloads/", "url": "https://eventstore.org/downloads",
"re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip" "re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
}, },
"autoupdate": { "autoupdate": {
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v$version.zip" "url": "https://eventstore.org/downloads/EventStore-OSS-Win-v$version.zip"
} }
} }