diff options
author | B. Watson <urchlay@slackware.uk> | 2024-09-09 15:13:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 23:36:53 +0700 |
commit | 0893fd7499bbe3c1ae48660f98bec92d2aff8424 (patch) | |
tree | 6e4f4bae2f7429a9e1cde89d1005ceef7b748073 /development/astyle | |
parent | f55b59a7d0d919d7bea5c61edcbf467ac2bff3c6 (diff) |
development/astyle: Updated for version 3.6.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/astyle')
-rw-r--r-- | development/astyle/astyle.SlackBuild | 5 | ||||
-rw-r--r-- | development/astyle/astyle.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild index af35459f1951d..63ee0de807f85 100644 --- a/development/astyle/astyle.SlackBuild +++ b/development/astyle/astyle.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Artistic Style -# Copyright 2020-2023 B. Watson <urchlay@slackware.uk> +# Copyright 2020-2024 B. Watson <urchlay@slackware.uk> # Copyright 2017,2018 Nate Bargmann <email removed> @@ -34,6 +34,7 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. +# 20240909 bkw: update for v3.6.1. # 20240812 bkw: update for v3.6. # 20240313 bkw: update for v3.4.13. # 20231101 bkw: update for v3.4.10. @@ -61,7 +62,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=astyle -VERSION=${VERSION:-3.6} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/astyle/astyle.info b/development/astyle/astyle.info index 6d8fd0a946a71..93cef24457694 100644 --- a/development/astyle/astyle.info +++ b/development/astyle/astyle.info @@ -1,8 +1,8 @@ PRGNAM="astyle" -VERSION="3.6" +VERSION="3.6.1" HOMEPAGE="https://astyle.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.tar.bz2" -MD5SUM="c7efc34c9bd7400049c4cc10794d7887" +DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.6/astyle-3.6.1.tar.bz2" +MD5SUM="40a1811e9bead5405069dfc0631f298f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |