diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2023-05-14 10:36:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-09 19:48:17 +0700 |
commit | 4996ea548ee6c12004d49de4ccd218fa841bdd36 (patch) | |
tree | 4487cdf5305ca2c5538b0697fd5700b74b2f0bb7 /development | |
parent | 17f53b1a9411877161df606164f123988ed0b525 (diff) | |
download | slackbuilds-4996ea548ee6c12004d49de4ccd218fa841bdd36.tar.gz slackbuilds-4996ea548ee6c12004d49de4ccd218fa841bdd36.tar.xz |
development/uncrustify: Updated for version 0.77.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 4 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 836c635794..5e0b36e315 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -1,14 +1,14 @@ #!/bin/bash # Slackware build script for uncrustify -# Copyright 2015-2022, Zhu Qun-Ying +# Copyright 2015-2023, Zhu Qun-Ying # # Written by Aleksandar Samardzic <asamardzic@gmail.com> cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uncrustify -VERSION=${VERSION:-0.76.0} +VERSION=${VERSION:-0.77.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 3f71449592..1358d76bc6 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.76.0" +VERSION="0.77.1" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.76.0/uncrustify-uncrustify-0.76.0.tar.gz" -MD5SUM="c8860880c51be98effd40ff9f0804fc5" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.77.1/uncrustify-uncrustify-0.77.1.tar.gz" +MD5SUM="ef89ada67e0f46a701c190692b05fd5b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |