diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2021-11-21 13:03:19 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 08:49:22 +0700 |
commit | c5fd775a74e92dc61f45df6d0346c6bfd9dd0321 (patch) | |
tree | dcc5b59628924262433ceeb9a2b409e79c99bdc4 /development/uncrustify/uncrustify.SlackBuild | |
parent | ca41cdf3329b32d2a5a9d638e2f024352b4791ec (diff) |
development/uncrustify: Updated for version 0.74.
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 11775f081d59c..21a4c75d202ca 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uncrustify -VERSION=${VERSION:-0.73.0} +VERSION=${VERSION:-0.74.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |