ScoopInstaller_Main/bucket/eventstore.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

25 lines
765 B
JSON

{
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"version": "4.1.2",
"url": "https://eventstore.org/downloads/EventStore-OSS-Win-v4.1.2.zip",
"hash": "07e48ec4d4161815f11360c4ad98ac8a978f953848191ae66bf41e61c8ebb5cc",
"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"
}
}