From 456c41000369424d953c6683901132e9666dbcb2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 24 Mar 2022 14:41:43 -0400 Subject: [PATCH] system/virtualbox-kernel: Mark as 64-bit only. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/virtualbox-kernel/README | 3 +++ system/virtualbox-kernel/virtualbox-kernel.info | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/system/virtualbox-kernel/README b/system/virtualbox-kernel/README index 24e44d3316..a9145eed0c 100644 --- a/system/virtualbox-kernel/README +++ b/system/virtualbox-kernel/README @@ -9,3 +9,6 @@ If you want to build a kernel module for an other virtualbox version you can use the included "virtualbox-kernel-mksrctarball.sh" which will generate the needed source package for you. You will need to have the coresponding virtualbox-ose version already installed. + +Note to 32-bit users: VirtualBox no longer supports 32-bit x86, as of +version 6.0. diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info index 9bc364e0a6..83a66ef84a 100644 --- a/system/virtualbox-kernel/virtualbox-kernel.info +++ b/system/virtualbox-kernel/virtualbox-kernel.info @@ -1,10 +1,10 @@ PRGNAM="virtualbox-kernel" VERSION="6.1.32" HOMEPAGE="https://www.virtualbox.org" -DOWNLOAD="https://sources.liwjatan.org/virtualbox-kernel/virtualbox-kernel-6.1.32.tar.xz" -MD5SUM="03bd7cd5a647f7798972691e2336c729" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://sources.liwjatan.org/virtualbox-kernel/virtualbox-kernel-6.1.32.tar.xz" +MD5SUM_x86_64="03bd7cd5a647f7798972691e2336c729" REQUIRES="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@slackbuilds.org"