diff --git a/clickhouse.yaml b/clickhouse.yaml index 53e6154f8ce..7eeaf7731ea 100644 --- a/clickhouse.yaml +++ b/clickhouse.yaml @@ -1,6 +1,6 @@ package: name: clickhouse - version: 23.5.3.24 + version: 23.5.4.25 epoch: 0 description: ClickHouse is the fastest and most resource efficient open-source database for real-time apps and analytics. copyright: @@ -30,7 +30,7 @@ pipeline: with: repository: https://github.com/ClickHouse/ClickHouse tag: v${{package.version}}-stable - expected-commit: 76f54616d3b19eb96ba9027d24014a155c083387 + expected-commit: 190f962abcf9ab1cbda5ca7266607eae1fea9dcb # The default build script is defensive and tries to protect against defining cflags. - uses: patch