diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-20 09:01:10 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:07:41 -0500 |
commit | 14f2c05c4740ce53fe94e445980f1234e9213a65 (patch) | |
tree | 82d7a4c624123ac6bd6d846b6030b452c5fbb55c /system | |
parent | 8280900d8ec724dfe78be036172b4b530a2df13f (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')
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.SlackBuild | 6 | ||||
-rw-r--r-- | system/virtualbox-kernel/virtualbox-kernel.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild index d87968680206..c413d95ba762 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild +++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild @@ -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) diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info index deded0026e61..27c5be73773e 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.info +++ b/system/virtualbox-kernel/virtualbox-kernel.info @@ -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="" |