diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 12:21:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | 82fd651882467f38d7a639b2adb983b738412571 (patch) | |
tree | 0d5693a2042508331ae99ac355b8add84662f973 /system/iotop-c | |
parent | aa6108b0587dfd72e7e94e13e0683b0af31e7658 (diff) |
system/iotop-c: Updated for version 1.23.
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.SlackBuild | 6 | ||||
-rw-r--r-- | system/iotop-c/iotop-c.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/iotop-c/iotop-c.SlackBuild b/system/iotop-c/iotop-c.SlackBuild index cc36758efc82..e24e3c3fd58e 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 2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 20222023 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.22} +VERSION=${VERSION:-1.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sed -i "s|share/man|man|" Makefile +sed -i "s|share/man|man|" Makefile || exit 1 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/system/iotop-c/iotop-c.info b/system/iotop-c/iotop-c.info index ad6eb5715e1b..f073cb643dd0 100644 --- a/system/iotop-c/iotop-c.info +++ b/system/iotop-c/iotop-c.info @@ -1,8 +1,8 @@ PRGNAM="iotop-c" -VERSION="1.22" +VERSION="1.23" HOMEPAGE="https://github.com/Tomas-M/iotop" -DOWNLOAD="https://github.com/Tomas-M/iotop/releases/download/v1.22/iotop-1.22.tar.xz" -MD5SUM="b285c0c2efc564e54a38215f4ee75ca9" +DOWNLOAD="https://github.com/Tomas-M/iotop/releases/download/v1.23/iotop-1.23.tar.xz" +MD5SUM="8c3e972ad87f4ae7654887b417c29510" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |