mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
build: bump uncrustify to version 0.78.1
This commit is contained in:
parent
99b8a343e1
commit
77c0d5415b
@ -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}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Uncrustify-0.78.0_f
|
||||
# Uncrustify-0.78.1_f
|
||||
|
||||
#
|
||||
# General options
|
||||
|
Loading…
Reference in New Issue
Block a user