diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-24 14:41:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:12 +0700 |
commit | 456c41000369424d953c6683901132e9666dbcb2 (patch) | |
tree | 97c838c4028825a17d2dc06b8ddc804a376bb301 /system/virtualbox-kernel | |
parent | 5262771ecd304a34b50a06d73707a537362ad347 (diff) |
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>
Diffstat (limited to 'system/virtualbox-kernel')
-rw-r--r-- | system/virtualbox-kernel/README | 3 | ||||
-rw-r--r-- | 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 24e44d3316515..a9145eed0cf72 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 9bc364e0a6250..83a66ef84ab46 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" |