summaryrefslogtreecommitdiffstats
path: root/system/vhba-module
diff options
context:
space:
mode:
author Niels Horn2011-10-04 15:10:36 +0200
committer Robby Workman2011-10-12 04:20:28 +0200
commitc7b6e320db7873555b05b7de04d4d89c40a34de1 (patch)
treeac25a4d3db8e143abf8114320b25f0de3d6ea33d /system/vhba-module
parente7d3127544115792bdf87ca4da8c5834f5d44498 (diff)
downloadslackbuilds-c7b6e320db7873555b05b7de04d4d89c40a34de1.tar.gz
system/vhba-module: Updated for version 20110915.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/vhba-module')
-rw-r--r--system/vhba-module/vhba-module.SlackBuild9
-rw-r--r--system/vhba-module/vhba-module.info8
2 files changed, 8 insertions, 9 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild
index 6e4303688b..27f5532595 100644
--- a/system/vhba-module/vhba-module.SlackBuild
+++ b/system/vhba-module/vhba-module.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for vhba-module
# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2010-2011 Niels Horn, Rio de Janeiro, Brazil
+# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,11 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Maintained as of version 20100822 by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2011/06/08
+# Revision date: 2011/09/24
PRGNAM=vhba-module
-VERSION=${VERSION:-20110416}
+VERSION=${VERSION:-20110915}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +39,7 @@ if [ -z "$ARCH" ]; then
fi
KERNEL=${KERNEL:-$(uname -r)}
-PKGKERNEL=${KERNEL//-/_}
+PKGKERNEL=$(echo $KERNEL | tr - _)
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
diff --git a/system/vhba-module/vhba-module.info b/system/vhba-module/vhba-module.info
index e4d9be1727..0d26850a5f 100644
--- a/system/vhba-module/vhba-module.info
+++ b/system/vhba-module/vhba-module.info
@@ -1,10 +1,10 @@
PRGNAM="vhba-module"
-VERSION="20110416"
+VERSION="20110915"
HOMEPAGE="http://cdemu.sourceforge.net/pkg_vhba.php"
-DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20110416.tar.gz"
-MD5SUM="2f91dd4ee8648da92d625221d4275b60"
+DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20110915.tar.gz"
+MD5SUM="fb90cd8fc4cd74d08c92e8235f99f1f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="pprkut"
+APPROVED="Erik Hanson"