diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-07-20 09:21:33 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-21 01:43:05 -0500 |
commit | 19fcad79c22355e6284dda2f98539f687884a1fa (patch) | |
tree | 9d5968ce006378b2df4f4dacd286b463d22afb37 | |
parent | 7949f262c6a78da7b2215c10d1ce7e1961897801 (diff) |
system/virtualbox-kernel: Updated for version 3.2.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 5 | ||||
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index eab70738c25b..53a9ee493a32 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 980c4da563e3..1f5004ec9702 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" |