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
# Copyright 2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2022-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=btop
VERSION=${VERSION:-1.2.12}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.2.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -51,16 +51,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

View file

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