build: bump uncrustify to version 0.79.0 (#28756)

new non-default option `sp_string_string = force`
This commit is contained in:
Christian Clason 2024-05-15 12:28:19 +02:00 committed by GitHub
parent 7acf39ddab
commit 87a45ad9b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 427 additions and 412 deletions

View File

@ -301,8 +301,8 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
endif()
ExternalProject_Add(uncrustify
URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.78.1.tar.gz
URL_HASH SHA256=ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2
URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.79.0.tar.gz
URL_HASH SHA256=e7afaeabf636b7f0ce4e3e9747b95f7bd939613a8db49579755dddf44fedca5f
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/uncrustify
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
EXCLUDE_FROM_ALL TRUE

File diff suppressed because it is too large Load Diff