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