mirror of
https://github.com/neovim/neovim
synced 2025-07-17 09:41:46 +00:00
build: bump uncrustify to version 0.78.1
This commit is contained in:
@ -284,8 +284,8 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
ExternalProject_Add(uncrustify
|
ExternalProject_Add(uncrustify
|
||||||
URL https://github.com/uncrustify/uncrustify/archive/7edc1c53c5278206da1cef8714fdc7bd9d903137.tar.gz
|
URL https://github.com/uncrustify/uncrustify/archive/uncrustify-0.78.1.tar.gz
|
||||||
URL_HASH SHA256=65cf56f482373fd3cb88ad35426465e09739bbe4262271a3a79b59e4dab2a407
|
URL_HASH SHA256=ecaf4c0adca14c36dfffa30bc28e69865115ecd602c90eb16a8cddccb41caad2
|
||||||
DOWNLOAD_NO_PROGRESS TRUE
|
DOWNLOAD_NO_PROGRESS TRUE
|
||||||
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/uncrustify
|
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/uncrustify
|
||||||
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
|
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Uncrustify-0.78.0_f
|
# Uncrustify-0.78.1_f
|
||||||
|
|
||||||
#
|
#
|
||||||
# General options
|
# General options
|
||||||
|
Reference in New Issue
Block a user