mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
26 lines
837 B
JSON
26 lines
837 B
JSON
{
|
|
"homepage": "https://eventstore.org/",
|
|
"description": "The stream database optimized for event sourcing.",
|
|
"license": "BSD-3-Clause",
|
|
"version": "4.1.4",
|
|
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.1.4.zip",
|
|
"hash": "96abde47438446a1de575d111065d887484e5f64f67c862e1f806d14831e7d78",
|
|
"bin": [
|
|
[
|
|
"EventStore.ClusterNode.exe",
|
|
"eventstore"
|
|
],
|
|
"EventStore.ClusterNode.exe",
|
|
"EventStore.PAdmin.exe",
|
|
"EventStore.Query.exe",
|
|
"EventStore.TestClient.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://eventstore.org/downloads",
|
|
"re": "/downloads/EventStore-OSS-Win-v([\\d.]+(-[\\w\\d]+)?).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v$version.zip"
|
|
}
|
|
}
|