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 | |
parent | ca41cdf3329b32d2a5a9d638e2f024352b4791ec (diff) |
development/uncrustify: Updated for version 0.74.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify')
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 2 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 11775f081d59..21a4c75d202c 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} diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 238d8dd6c773..a64ea0f8a228 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.73.0" +VERSION="0.74.0" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.73.0/uncrustify-uncrustify-0.73.0.tar.gz" -MD5SUM="e62bfd39c978bedbaef0c7ea2485d80d" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.74.0/uncrustify-uncrustify-0.74.0.tar.gz" +MD5SUM="9cd2e1828132bd908df965703e410fb5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |