From 81533df78926d0fb1d3213eaef3c7fb62b3c9117 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:06:42 +0200 Subject: [PATCH] Release builds: updated clang to 20.1.8 --- scripts/release/images/ubuntu/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/images/ubuntu/prepare.sh b/scripts/release/images/ubuntu/prepare.sh index 593c6d5..8431f9e 100755 --- a/scripts/release/images/ubuntu/prepare.sh +++ b/scripts/release/images/ubuntu/prepare.sh @@ -5,7 +5,7 @@ set -e _7ZIP_VERSION=2409 BINUTILS_VERSION=2_44 -CLANG_VERSION=20.1.7 +CLANG_VERSION=20.1.8 CMAKE_VERSION=4.0.3 FREEBSD_VERSION=12.4 GCC_VERSION=15.1.0