summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-kernel
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-11-24 18:44:49 -0600
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-11-29 12:45:54 +0100
commitd612e843b22acd5c602f35d061271a89864168d9 (patch)
tree157bf0ab23397115975196bee0c1590dbd68c272 /system/virtualbox-kernel
parent48782858f73d0d26d55eef15f1ac289aed667385 (diff)
downloadslackbuilds-d612e843b22acd5c602f35d061271a89864168d9.tar.gz
slackbuilds-d612e843b22acd5c602f35d061271a89864168d9.tar.xz
system/virtualbox-kernel: Updated for version 3.2.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild4
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info6
2 files changed, 4 insertions, 6 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index 53a9ee493a..ed0b5d0499 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -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
diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info
index 1f5004ec97..290f4a027a 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.info
+++ b/system/virtualbox-kernel/virtualbox-kernel.info
@@ -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"