aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-05-15 12:28:19 +0200
committerGitHub <noreply@github.com>2024-05-15 12:28:19 +0200
commit87a45ad9b98e2e69c36091d397ad5b70a688b23f (patch)
tree839269d4919cb93db7430347355b09f890088bac /CMakeLists.txt
parent7acf39ddab8ebdb63ebf78ec980149d20783fd4b (diff)
downloadrneovim-87a45ad9b98e2e69c36091d397ad5b70a688b23f.tar.gz
rneovim-87a45ad9b98e2e69c36091d397ad5b70a688b23f.tar.bz2
rneovim-87a45ad9b98e2e69c36091d397ad5b70a688b23f.zip
build: bump uncrustify to version 0.79.0 (#28756)
new non-default option `sp_string_string = force`
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 933bc16aa8..87f66732c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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