mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/uncrustify: Updated for version 0.68.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
37cc9b949b
commit
fdae3da189
3 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue