diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-20 09:01:10 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 13:46:59 +0200 |
commit | 5ed8dd7c66d4aadc492a9fdd53514a5a5f8d533b (patch) | |
tree | 80eee1aafd74c9d4d9b7f9cd1b744743342d27f1 /system/virtualbox-kernel | |
parent | e8e049b5d3d8f60f30d20b8f1d3c71583456eb3d (diff) |
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>
Diffstat (limited to 'system/virtualbox-kernel')
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 4 | ||||
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index cc023d9a1f05..f0da0bc6d85f 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:-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} diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info index e961923d2afd..27c5be73773e 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.info +++ b/system/virtualbox-kernel/virtualbox-kernel.info @@ -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="" |