ScoopInstaller_Main/eventstore.json
2017-10-09 12:32:43 +02:00

25 lines
754 B
JSON

{
"homepage": "https://eventstore.org/",
"license": "BSD 3-Clause",
"version": "4.0.3",
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.0.3.zip",
"hash": "F76113C88BD6DB078C92A663516E7899A5391D960A4A6C977481F7F296DA5F8B",
"bin": [
[
"EventStore.ClusterNode.exe",
"eventstore"
],
"EventStore.ClusterNode.exe",
"EventStore.PAdmin.exe",
"EventStore.Query.exe",
"EventStore.TestClient.exe"
],
"checkver": {
"url": "https://eventstore.org/downloads",
"re": "EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
},
"autoupdate": {
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v$version.zip"
}
}