diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-12-13 22:45:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 10:50:04 +0700 |
commit | db894710b01618f7656d1e54013f337473973e8e (patch) | |
tree | 4a052f7b1faef627e06cdccc580d000bd15944c1 /development/uncrustify | |
parent | 77cce0fa9f7deeb8616a297928a8dab2b4f780e5 (diff) |
development/uncrustify: Updated for version 0.76.0.
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 c602bd9d969a..836c6357944e 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.75.1} +VERSION=${VERSION:-0.76.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 007cdf540c99..3f71449592a9 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.75.1" +VERSION="0.76.0" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.75.1/uncrustify-uncrustify-0.75.1.tar.gz" -MD5SUM="4a8027cb35a6b4eabbbae75213497dc2" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.76.0/uncrustify-uncrustify-0.76.0.tar.gz" +MD5SUM="c8860880c51be98effd40ff9f0804fc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |