summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2010-07-20 16:21:33 +0200
committer Erik Hanson2010-07-21 08:43:05 +0200
commit19fcad79c22355e6284dda2f98539f687884a1fa (patch)
tree9d5968ce006378b2df4f4dacd286b463d22afb37 /system
parent7949f262c6a78da7b2215c10d1ce7e1961897801 (diff)
downloadslackbuilds-19fcad79c22355e6284dda2f98539f687884a1fa.tar.gz
system/virtualbox-kernel: Updated for version 3.2.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild5
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index eab70738c2..53a9ee493a 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -25,14 +25,13 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
-VERSION=${VERSION:-3.1.6}
+VERSION=${VERSION:-3.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
KERNEL=${KERNEL:-$(uname -r)}
KERNELPATH=${KERNELPATH:-/lib/modules/$KERNEL/build}
PKG_VERS=${VERSION}_$(echo $KERNEL | tr - _)
-PKG_ARCH=$ARCH
unset ARCH
@@ -46,6 +45,8 @@ if [ -z "$ARCH" ]; then
esac
fi
+PKG_ARCH=$ARCH
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$PRGNAM}
diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info
index 980c4da563..1f5004ec97 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.info
+++ b/system/virtualbox-kernel/virtualbox-kernel.info
@@ -1,8 +1,8 @@
PRGNAM="virtualbox-kernel"
-VERSION="3.1.6"
+VERSION="3.2.6"
HOMEPAGE="http://www.virtualbox.org"
-DOWNLOAD="http://slackbuilds.org/sources/13.0/virtualbox-kernel-3.1.6.tar.xz"
-MD5SUM="abcab047fb876fbb416e3f2b85152bb2"
+DOWNLOAD="http://slackbuilds.org/sources/13.1/virtualbox-kernel-3.2.6.tar.xz"
+MD5SUM="87f44f3e4608fa9b650f9237a21ea224"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"