diff options
author | Logan Rathbone <poprocks@gmail.com> | 2019-11-09 07:52:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 07:52:46 +0700 |
commit | 54202e7a38894d07387e8fe1a3cb91c145e7c28e (patch) | |
tree | cb2c786e77daa5a67caf661a2d05e60a96b70ca7 | |
parent | b750e5cf1bae75ec12f256921b92583dd94d0bf8 (diff) | |
download | slackbuilds-54202e7a38894d07387e8fe1a3cb91c145e7c28e.tar.gz |
system/irqbalance: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/irqbalance/irqbalance.SlackBuild | 7 | ||||
-rw-r--r-- | system/irqbalance/irqbalance.info | 10 | ||||
-rw-r--r-- | system/irqbalance/slack-desc | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/system/irqbalance/irqbalance.SlackBuild b/system/irqbalance/irqbalance.SlackBuild index 08e62f5538..6fe6dbe65b 100644 --- a/system/irqbalance/irqbalance.SlackBuild +++ b/system/irqbalance/irqbalance.SlackBuild @@ -4,6 +4,8 @@ # Copyright 2006 by Yalla-One <yallaone@gmail.com> # Copyright 2013-2015 by LukenShiro, Italy +# Copyright 2019 Logan Rathbone <poprocks@gmail.com> +# # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=irqbalance -VERSION=${VERSION:-1.0.9} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +43,7 @@ TMP=${TMP:-/tmp/SBo} PKG=${TMP}/package-${PRGNAM} OUTPUT=${OUTPUT:-/tmp} -DOCFILES="AUTHORS COPYING README" +DOCFILES="AUTHORS COPYING README.md" SRCVER=v$VERSION if [ "$ARCH" = "i486" ]; then @@ -100,4 +102,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd ${PKG} /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - diff --git a/system/irqbalance/irqbalance.info b/system/irqbalance/irqbalance.info index e9cb95b6e7..33009dff69 100644 --- a/system/irqbalance/irqbalance.info +++ b/system/irqbalance/irqbalance.info @@ -1,10 +1,10 @@ PRGNAM="irqbalance" -VERSION="1.0.9" +VERSION="1.6.0" HOMEPAGE="https://github.com/Irqbalance/irqbalance" -DOWNLOAD="https://github.com/Irqbalance/irqbalance/archive/v1.0.9.tar.gz" -MD5SUM="30174d3941c5452a1e4ecee394a76ff8" +DOWNLOAD="https://github.com/Irqbalance/irqbalance/archive/v1.6.0/irqbalance-1.6.0.tar.gz" +MD5SUM="1d0d77b998f562ef8dfe4238b3d53490" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="LukenShiro" -EMAIL="lukenshiro@ngi.it" +MAINTAINER="Logan Rathbone" +EMAIL="poprocks@gmail.com" diff --git a/system/irqbalance/slack-desc b/system/irqbalance/slack-desc index 5ef790d8ad..00ee8942e1 100644 --- a/system/irqbalance/slack-desc +++ b/system/irqbalance/slack-desc @@ -15,5 +15,5 @@ irqbalance: optimal performance. To a large degree, the work irqbalance does irqbalance: is invisible to you; if irqbalance performs its job correctly, nobody irqbalance: will ever notice it's there or want to turn it off. irqbalance: -irqbalance: homepage: http://code.google.com/p/irqbalance +irqbalance: irqbalance: |