summaryrefslogtreecommitdiffstats
path: root/system/iotop-c
diff options
context:
space:
mode:
author Matteo Bernardini2024-02-23 09:29:06 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:35:01 +0100
commit92016437354acaa26439e30e97dfc959cef1c33e (patch)
tree3f69fad6f63516b4db13a981d5e00793a124631f /system/iotop-c
parent26f2b26bd3005a1b3285cffa69de2fb95c2ada8c (diff)
downloadslackbuilds-92016437354acaa26439e30e97dfc959cef1c33e.tar.gz
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>
Diffstat (limited to 'system/iotop-c')
-rw-r--r--system/iotop-c/iotop-c.SlackBuild10
-rw-r--r--system/iotop-c/iotop-c.info6
2 files changed, 6 insertions, 10 deletions
diff --git a/system/iotop-c/iotop-c.SlackBuild b/system/iotop-c/iotop-c.SlackBuild
index e24e3c3fd5..1bdaf9d6c6 100644
--- a/system/iotop-c/iotop-c.SlackBuild
+++ b/system/iotop-c/iotop-c.SlackBuild
@@ -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
diff --git a/system/iotop-c/iotop-c.info b/system/iotop-c/iotop-c.info
index f073cb643d..2718e527bf 100644
--- a/system/iotop-c/iotop-c.info
+++ b/system/iotop-c/iotop-c.info
@@ -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=""