diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-20 15:11:44 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-20 15:48:43 +0100 |
commit | 77c0d5415b4f202f3480b0738bd2d9383c17e026 (patch) | |
tree | 3b0782255e93b89a7de4654110a9801bef7bdb00 | |
parent | 99b8a343e197cdec53f752e1cce01ae25eb45c12 (diff) | |
download | rneovim-77c0d5415b4f202f3480b0738bd2d9383c17e026.tar.gz rneovim-77c0d5415b4f202f3480b0738bd2d9383c17e026.tar.bz2 rneovim-77c0d5415b4f202f3480b0738bd2d9383c17e026.zip |
build: bump uncrustify to version 0.78.1
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | 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 |