diff --git a/clickhouse.yaml b/clickhouse.yaml index 142d3c140cd..a2b7962624d 100644 --- a/clickhouse.yaml +++ b/clickhouse.yaml @@ -1,6 +1,6 @@ package: name: clickhouse - version: 23.6.1.1524 + version: 23.6.2.18 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: d1c7e13d08868cb04d3562dcced704dd577cb1df + expected-commit: 89f39a7ccfe0c068c03555d44036042fc1c09d22 # The default build script is defensive and tries to protect against defining cflags. - uses: patch