diff options
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 5 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 60094ab9f5..7da8fefb4e 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.66.1} +VERSION=${VERSION:-0.67} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,8 @@ rmdir $PKG/usr/share gzip -9 $PKG/usr/man/man1/* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog documentation $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING ChangeLog documentation \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 7115fcc17a..ba4af20c8a 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.66.1" +VERSION="0.67" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.66.1/uncrustify-uncrustify-0.66.1.tar.gz" -MD5SUM="caf66a3909bc74b3d1babc4a3e86fec5" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.67/uncrustify-uncrustify-0.67.tar.gz" +MD5SUM="5469a25979c6f943a0178e40dabf1c65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |