mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
* Add `eventstore` manifest * Add an alias for the Event Store executable * Bump Event Store to 3.6.2
19 lines
645 B
JSON
19 lines
645 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|