From e9b5b3e0c67bd38eaad4fed2a1077c72290013b9 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:08:02 +0000 Subject: [PATCH] clickhouse/23.5.4.25 package update --- clickhouse.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clickhouse.yaml b/clickhouse.yaml index 53e6154f8ceb..7eeaf7731eaa 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