Add eventstore (#902)

* Add `eventstore` manifest

* Add an alias for the Event Store executable

* Bump Event Store to 3.6.2
This commit is contained in:
Marcus Griep 2016-06-14 18:18:20 -04:00 committed by Luke Sampson
parent 452a27a145
commit bf0c3b4c47

18
eventstore.json Normal file
View File

@ -0,0 +1,18 @@
{
"homepage": "https://geteventstore.com/",
"license": "BSD 3-Clause",
"version": "3.6.2",
"url": "http://download.geteventstore.com/binaries/EventStore-OSS-Win-v3.6.2.zip",
"hash": "795e7ec555ad9e46c00482a059bc204b4a9103bef1132c5a225b000eb962deed",
"bin": [
["EventStore.ClusterNode.exe", "eventstore" ],
"EventStore.ClusterNode.exe",
"EventStore.PAdmin.exe",
"EventStore.Query.exe",
"EventStore.TestClient.exe"
],
"checkver": {
"url": "https://geteventstore.com/downloads/",
"re": "Get\\s+Event\\s+Store\\s+(\\d+\\.\\d+\\.\\d+)\\s+for\\s+Windows"
}
}