system/virtualbox-kernel: Updated for version 6.1.18.

Remove vboxpci mention, thanks to Spinlock on LQ

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2021-01-20 09:01:10 +01:00 committed by Robby Workman
parent 8280900d8e
commit 14f2c05c47
2 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
VERSION=${VERSION:-5.0.40}
BUILD=${BUILD:-2}
VERSION=${VERSION:-6.1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
KERNEL=${KERNEL:-$(uname -r)}
@ -67,7 +67,7 @@ find -L . \
if ! [ "${HARDENING:-yes}" = "yes" ]; then
sed -i "s/ -DVBOX_WITH_HARDENING//g" \
{vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile
{vboxdrv,vboxnetadp,vboxnetflt}/Makefile
fi
KERNEL_LOCALVERSION=$(zgrep "CONFIG_LOCALVERSION=" /proc/config.gz | cut -d '"' -f 2)

View File

@ -1,8 +1,8 @@
PRGNAM="virtualbox-kernel"
VERSION="5.0.40"
VERSION="6.1.18"
HOMEPAGE="https://www.virtualbox.org"
DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-5.0.40.tar.xz"
MD5SUM="475de2d0a915ce7c0c623ac50696bb79"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.18.tar.xz"
MD5SUM="3dec422341ce223345a211d52930c0ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""