summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-24 19:41:43 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:12 +0100
commit456c41000369424d953c6683901132e9666dbcb2 (patch)
tree97c838c4028825a17d2dc06b8ddc804a376bb301
parent5262771ecd304a34b50a06d73707a537362ad347 (diff)
downloadslackbuilds-456c41000369424d953c6683901132e9666dbcb2.tar.gz
system/virtualbox-kernel: Mark as 64-bit only.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/virtualbox-kernel/README3
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info8
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"