eventstore: Update to version 23.10.0

Fix checkver regex
This commit is contained in:
tech189 2024-01-01 10:41:31 +00:00
parent aba61a5cdb
commit 6b208612de

View File

@ -1,15 +1,15 @@
{
"version": "23.6.0",
"version": "23.10.0",
"description": "The stream database optimized for event sourcing",
"homepage": "https://eventstore.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/EventStore/EventStore/releases/download/oss-v23.6.0/EventStore-OSS-Windows-2019-v23.6.0.zip",
"hash": "e20f302bd5140f81445cafc9e611adc14f671a557d57ca80ccfbd6d49edb5333"
"url": "https://github.com/EventStore/EventStore/releases/download/oss-v23.10.0/EventStore-OSS-Windows-2019-v23.10.0.zip",
"hash": "46cbcbbd9ddabceeb63352ce325cf3dedbc6cf145857dbeb9a24de96e49fe7df"
}
},
"extract_dir": "EventStore-OSS-Windows-2019-v23.6.0",
"extract_dir": "EventStore-OSS-Windows-2019-v23.10.0",
"bin": [
[
"EventStore.ClusterNode.exe",
@ -20,7 +20,7 @@
],
"checkver": {
"url": "https://eventstore.org/downloads",
"regex": "EventStore-OSS-Windows-2019-v([\\d.]+)\\.zip"
"regex": "Latest version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {