diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-13 03:39:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:20 +0700 |
commit | a384fb5aba840abf5581777b602ef9a9e622ac3b (patch) | |
tree | 91f0b0bf186a6faf0486348990b9787d689f1c57 /development/astyle | |
parent | 134766f812133e0e45c6dc2d8d12c3e4e0c2814e (diff) |
development/astyle: Updated for version 3.4.13.
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 | 8 | ||||
-rw-r--r-- | development/astyle/astyle.info | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/development/astyle/astyle.SlackBuild b/development/astyle/astyle.SlackBuild index 1cc1924d05d9d..b903f559e0222 100644 --- a/development/astyle/astyle.SlackBuild +++ b/development/astyle/astyle.SlackBuild @@ -34,8 +34,8 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. +# 20240313 bkw: update for v3.4.13. # 20231101 bkw: update for v3.4.10. - # 20230918 bkw: update for v3.4.6, fix zsh completion. # 20230818 bkw: @@ -60,7 +60,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=astyle -VERSION=${VERSION:-3.4.10} +VERSION=${VERSION:-3.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,16 +84,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/development/astyle/astyle.info b/development/astyle/astyle.info index 9eb6d252e9d58..ba47f7c3dbe82 100644 --- a/development/astyle/astyle.info +++ b/development/astyle/astyle.info @@ -1,8 +1,8 @@ PRGNAM="astyle" -VERSION="3.4.10" +VERSION="3.4.13" HOMEPAGE="https://astyle.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.10.tar.bz2" -MD5SUM="e43b42d92ea7e0057326992bfbb1afe8" +DOWNLOAD="https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.4/astyle-3.4.13.tar.bz2" +MD5SUM="963a5ec41031e78237dec4d0aa843b31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |