system/virtualbox-kernel: Updated for version 3.2.10.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-11-24 18:44:49 -06:00 committed by Heinz Wiesinger
parent 48782858f7
commit d612e843b2
2 changed files with 4 additions and 6 deletions

View file

@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
VERSION=${VERSION:-3.2.6}
VERSION=${VERSION:-3.2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,12 +35,10 @@ PKG_VERS=${VERSION}_$(echo $KERNEL | tr - _)
unset ARCH
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="virtualbox-kernel"
VERSION="3.2.6"
VERSION="3.2.10"
HOMEPAGE="http://www.virtualbox.org"
DOWNLOAD="http://slackbuilds.org/sources/13.1/virtualbox-kernel-3.2.6.tar.xz"
MD5SUM="87f44f3e4608fa9b650f9237a21ea224"
DOWNLOAD="http://slackbuilds.org/sources/13.1/virtualbox-kernel-3.2.10.tar.xz"
MD5SUM="a40c453601d0a606f05493e7ddda78a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"