mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
25 lines
770 B
JSON
25 lines
770 B
JSON
{
|
|
"homepage": "https://eventstore.org/",
|
|
"license": "BSD 3-Clause",
|
|
"version": "4.0.3-hotfix1",
|
|
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.0.3-hotfix1.zip",
|
|
"hash": "619216fbb2c3b39d556bc255cfc463829c8d04d959e4b874af3b4f968a9e180d",
|
|
"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"
|
|
}
|
|
}
|