mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
e8e049b5d3
commit
5ed8dd7c66
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by SlackBuilds.org
|
||||
|
||||
PRGNAM=virtualbox-kernel
|
||||
VERSION=${VERSION:-6.1.8}
|
||||
VERSION=${VERSION:-6.1.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -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
|
||||
|
||||
make KERN_DIR=${KERNELPATH}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virtualbox-kernel"
|
||||
VERSION="6.1.8"
|
||||
VERSION="6.1.18"
|
||||
HOMEPAGE="https://www.virtualbox.org"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.8.tar.xz"
|
||||
MD5SUM="5453b9a00b064229cc1295d3d9e5bde4"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.18.tar.xz"
|
||||
MD5SUM="3dec422341ce223345a211d52930c0ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue