diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-06-07 19:41:06 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:58:56 +0700 |
commit | e544e8cc4c5876aa0b8c9643ca07bdc01f6f8a8f (patch) | |
tree | f9a6b3d7dac153f0cc54036bee4931e28db328f3 /system/irqbalance | |
parent | 15fcd97f9f92871112bc0784a9b25ba1ea8f2c14 (diff) | |
download | slackbuilds-e544e8cc4c5876aa0b8c9643ca07bdc01f6f8a8f.tar.gz |
system/irqbalance: Updated for version 1.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/irqbalance')
-rw-r--r-- | system/irqbalance/irqbalance.SlackBuild | 4 | ||||
-rw-r--r-- | system/irqbalance/irqbalance.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/irqbalance/irqbalance.SlackBuild b/system/irqbalance/irqbalance.SlackBuild index 54bd9c5846..78da67ce9a 100644 --- a/system/irqbalance/irqbalance.SlackBuild +++ b/system/irqbalance/irqbalance.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2006 by Yalla-One <yallaone@gmail.com> # Copyright 2013-2015 by LukenShiro, Italy -# Copyright 2019-2020 Logan Rathbone <poprocks@gmail.com> +# Copyright 2019-2022 Logan Rathbone <poprocks@gmail.com> # # All rights reserved. # @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=irqbalance -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/irqbalance/irqbalance.info b/system/irqbalance/irqbalance.info index d8a6195b17..28c73b8d6a 100644 --- a/system/irqbalance/irqbalance.info +++ b/system/irqbalance/irqbalance.info @@ -1,8 +1,8 @@ PRGNAM="irqbalance" -VERSION="1.8.0" +VERSION="1.9.0" HOMEPAGE="https://github.com/Irqbalance/irqbalance" -DOWNLOAD="https://github.com/Irqbalance/irqbalance/archive/v1.8.0/irqbalance-1.8.0.tar.gz" -MD5SUM="6265b8e7933978fb4bc7bf2ffb88bb70" +DOWNLOAD="https://github.com/Irqbalance/irqbalance/archive/v1.9.0/irqbalance-1.9.0.tar.gz" +MD5SUM="8148c6e1541be4d3586ba613e11dcf48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |