diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2018-11-22 20:55:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:13 +0700 |
commit | fdae3da189421cbdd4c5605264a715f0fc738755 (patch) | |
tree | 13d99efbd87e832ae76ffbed5183bb5f003e6d57 /development/uncrustify | |
parent | 37cc9b949b496e1fa3dbb2c9bf399e465739d8b3 (diff) |
development/uncrustify: Updated for version 0.68.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/uncrustify')
-rw-r--r-- | development/uncrustify/slack-desc | 2 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 2 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/development/uncrustify/slack-desc b/development/uncrustify/slack-desc index c2a433dffea6..55127fcc852a 100644 --- a/development/uncrustify/slack-desc +++ b/development/uncrustify/slack-desc @@ -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: diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 7da8fefb4e51..da98ce942c80 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -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} diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index ba4af20c8a6c..b83a0fdf70aa 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -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="" |