ScoopInstaller_Main/eventstore.json
2018-01-24 21:00:45 +00:00

25 lines
754 B
JSON

{
"homepage": "https://eventstore.org/",
"license": "BSD 3-Clause",
"version": "4.1.0",
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.1.0.zip",
"hash": "4377159cccbe90e59c974598a630ba8f904d24daa082bc35478fd47af3816d64",
"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"
}
}