system/btop: Updated for version 1.2.13.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-06-25 16:16:56 +02:00 committed by Willy Sudiarto Raharjo
parent 82fd651882
commit bf5cc34dd4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for btop # Slackware build script for btop
# Copyright 2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # Copyright 2022-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=btop PRGNAM=btop
VERSION=${VERSION:-1.2.12} VERSION=${VERSION:-1.2.13}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -51,16 +51,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686" SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else else
SLKCFLAGS="-O2" SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi fi
set -e set -e

View file

@ -1,8 +1,8 @@
PRGNAM="btop" PRGNAM="btop"
VERSION="1.2.12" VERSION="1.2.13"
HOMEPAGE="https://github.com/aristocratos/btop/" HOMEPAGE="https://github.com/aristocratos/btop/"
DOWNLOAD="https://github.com/aristocratos/btop/archive/v1.2.12/btop-1.2.12.tar.gz" DOWNLOAD="https://github.com/aristocratos/btop/archive/v1.2.13/btop-1.2.13.tar.gz"
MD5SUM="8f323e80082e0608dd01ef68803f8ef3" MD5SUM="be23bfd87f885c0f606f467ccfebc5e3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""