Upgrade uncrustify

This commit is contained in:
nsubiron 2019-06-04 16:56:21 +02:00
parent 0f96b05715
commit 29483c4918
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ fi
mkdir -p ${CARLA_BUILD_FOLDER}
pushd ${CARLA_BUILD_FOLDER} >/dev/null
UNCRUSTIFY_BASENAME=uncrustify-0.67
UNCRUSTIFY_BASENAME=uncrustify-0.69.0
UNCRUSTIFY=${PWD}/${UNCRUSTIFY_BASENAME}-install/bin/uncrustify
@ -70,7 +70,7 @@ else
log "Retrieving Uncrustify."
git clone --depth=1 -b uncrustify-0.67 https://github.com/uncrustify/uncrustify.git ${UNCRUSTIFY_BASENAME}-source
git clone --depth=1 -b ${UNCRUSTIFY_BASENAME} https://github.com/uncrustify/uncrustify.git ${UNCRUSTIFY_BASENAME}-source
log "Building Uncrustify."