mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-21 04:46:01 +00:00
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:
committed by
Luke Sampson
parent
68d33a819f
commit
57c7b5ea83
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user