diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2024-11-28 11:44:56 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-29 08:16:39 +0700 |
commit | f802e8bfbd433c928f38a8d6c09e7c250bc65368 (patch) | |
tree | 86f1c9e418f4b1a03c293ab3cad08000558e18a9 /development/uncrustify/uncrustify.SlackBuild | |
parent | 10a8bfd74ce8da8ab66605d6273e3ee76249e762 (diff) |
development/uncrustify: Updated for version 0.80.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify/uncrustify.SlackBuild')
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 87d0c44b53..a115bc2bd0 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uncrustify -VERSION=${VERSION:-0.79.0} +VERSION=${VERSION:-0.80.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |