From 77c0d5415b4f202f3480b0738bd2d9383c17e026 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 20 Nov 2023 15:11:44 +0100 Subject: build: bump uncrustify to version 0.78.1 --- CMakeLists.txt | 4 ++-- src/uncrustify.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dc7132c7b..d128ec6a8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -284,8 +284,8 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) endif() ExternalProject_Add(uncrustify - URL https://github.com/uncrustify/uncrustify/archive/7edc1c53c5278206da1cef8714fdc7bd9d903137.tar.gz - URL_HASH SHA256=65cf56f482373fd3cb88ad35426465e09739bbe4262271a3a79b59e4dab2a407 + URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.78.1.tar.gz + URL_HASH SHA256=ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2 DOWNLOAD_NO_PROGRESS TRUE DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/uncrustify CMAKE_ARGS ${DEPS_CMAKE_ARGS} diff --git a/src/uncrustify.cfg b/src/uncrustify.cfg index 9c37c6bc2e..313558d8f1 100644 --- a/src/uncrustify.cfg +++ b/src/uncrustify.cfg @@ -1,4 +1,4 @@ -# Uncrustify-0.78.0_f +# Uncrustify-0.78.1_f # # General options -- cgit