mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
15fcd97f9f
commit
e544e8cc4c
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue