diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2019-12-01 08:17:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:17:35 +0700 |
commit | b0386601ebee9cfa3f400358e550fdedc1aa3124 (patch) | |
tree | fe837b571fb85e32edc7865fead84cc7b2a7dd5f | |
parent | 0fba8ca68c4e479edaa70de67cef591324050f7a (diff) |
development/uncrustify: Updated for version 0.70.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 3 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index d15d4f03b386..d10882bd5d43 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.69.0} +VERSION=${VERSION:-0.70.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,7 +62,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mv $PKG/usr/share/man $PKG/usr -rmdir $PKG/usr/share gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 663b5bd21681..d9b16ee9c986 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.69.0" +VERSION="0.70.1" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.69.0/uncrustify-uncrustify-0.69.0.tar.gz" -MD5SUM="642d84b7fec59e4e0e4d935c94ef6c5e" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.70.1/uncrustify-uncrustify-0.70.1.tar.gz" +MD5SUM="7b018fb343615bdb0c8c1143b89b61da" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |