mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
f55b59a7d0
commit
0893fd7499
2 changed files with 6 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue