system/iotop-c: Updated for version 1.26.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2024-02-23 09:29:06 +01:00 committed by Willy Sudiarto Raharjo
parent 26f2b26bd3
commit 9201643735
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 iotop-c
# Copyright 20222023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2022-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=iotop-c
SRCNAM=iotop
VERSION=${VERSION:-1.23}
VERSION=${VERSION:-1.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -50,19 +50,15 @@ 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
DOCS="COPYING LICENSE README.md TODO"
DOCS="COPYING LICENSE README.md"
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="iotop-c"
VERSION="1.23"
VERSION="1.26"
HOMEPAGE="https://github.com/Tomas-M/iotop"
DOWNLOAD="https://github.com/Tomas-M/iotop/releases/download/v1.23/iotop-1.23.tar.xz"
MD5SUM="8c3e972ad87f4ae7654887b417c29510"
DOWNLOAD="https://github.com/Tomas-M/iotop/releases/download/v1.26/iotop-1.26.tar.xz"
MD5SUM="750ca24e382cef2b897ab5975a0af90d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""