eventstore: Update to version 20.10.0

This commit is contained in:
Jakub Čábera 2020-12-16 18:42:06 +01:00
parent 09040a728b
commit 574f96cf31

View File

@ -1,15 +1,15 @@
{
"version": "20.6.1",
"version": "20.10.0",
"description": "The stream database optimized for event sourcing",
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://eventstore.com/downloads/win/EventStore-OSS-Windows-2019-v20.6.1.zip",
"hash": "d128029fb0f22c02b51c75be9148fb50680b17986c66edf793667c25ee672bbc"
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v20.10.0.zip",
"hash": "57e5e165e1d28d4434e50a14bfc5c92c2a6e29ee8f12aaa4990c10209f576669"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v20.6.1",
"extract_dir": "EventStore-OSS-Windows-2019-v20.10.0",
"bin": [
[
"EventStore.ClusterNode.exe",
@ -25,7 +25,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://eventstore.com/downloads/win/EventStore-OSS-Windows-2019-v$version.zip"
"url": "https://raw.githubusercontent.com/EventStore/Downloads/master/win/EventStore-OSS-Windows-2019-v$version.zip"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v$version"