system/vhba-module: Updated for version 20110915.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-10-04 08:10:36 -05:00 committed by Robby Workman
parent e7d3127544
commit c7b6e320db
2 changed files with 8 additions and 9 deletions

View file

@ -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}

View file

@ -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"