diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2024-07-19 21:37:55 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-21 08:12:10 +0700 |
commit | e55b212ba903231f3602cd812295e55a0a974aba (patch) | |
tree | 816df2226d8cb977e0689eed6f5585ed501f2845 /development | |
parent | e4fd5daee2d075b32e519c8cb697b87a7d2158f7 (diff) |
development/uncrustify: Updated for version 0.79.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-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 6a8c45c79523..87d0c44b537d 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.78.1} +VERSION=${VERSION:-0.79.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 50be463155bb..b1bd000bffc8 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.78.1" +VERSION="0.79.0" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.78.1/uncrustify-uncrustify-0.78.1.tar.gz" -MD5SUM="55820a8a6729016b6e91d27a108a4a6f" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.79.0/uncrustify-uncrustify-0.79.0.tar.gz" +MD5SUM="c19c2f729d4f8ddfc20f8c861222489e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |