development/uncrustify: Updated for version 0.68.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2018-11-22 20:55:38 +00:00 committed by Willy Sudiarto Raharjo
parent 37cc9b949b
commit fdae3da189
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ uncrustify: uncrustify (source code beautifier)
uncrustify:
uncrustify: Uncrustify works with C, C++, C#, D, Java, and Pawn and
uncrustify: indents (with spaces only, tabs and spaces, and tabs
uncrustify: only),, adds and removes newlines, has a high degree of
uncrustify: only), adds and removes newlines, has a high degree of
uncrustify: control over operator spacing, aligns code, is extremely
uncrustify: configurable, and is easy to modify.
uncrustify:

View file

@ -5,7 +5,7 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=uncrustify
VERSION=${VERSION:-0.67}
VERSION=${VERSION:-0.68.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="uncrustify"
VERSION="0.67"
VERSION="0.68.1"
HOMEPAGE="http://uncrustify.sourceforge.net/"
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.67/uncrustify-uncrustify-0.67.tar.gz"
MD5SUM="5469a25979c6f943a0178e40dabf1c65"
DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.68.1/uncrustify-uncrustify-0.68.1.tar.gz"
MD5SUM="f66914f724ea3a107a85937ed2b5361b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""