summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Matteo Bernardini2021-06-18 14:46:01 +0200
committer Willy Sudiarto Raharjo2021-06-22 20:14:05 +0200
commite6d3f3211b15f8138e0013098fc734a4acb0d95c (patch)
tree509ad64d6d835609fa5de4699b57d113e5f6d8bf /system
parentd810140b80131cc054885b6b49889730debeeae2 (diff)
downloadslackbuilds-e6d3f3211b15f8138e0013098fc734a4acb0d95c.tar.gz
system/virtualbox-kernel: Updated for version 6.1.22.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild6
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index f0da0bc6d8..6ca4614ea1 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for virtualbox-kernel
-# Copyright 2008-2020 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2021 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
-VERSION=${VERSION:-6.1.18}
+VERSION=${VERSION:-6.1.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -37,7 +37,7 @@ unset ARCH
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/system/virtualbox-kernel/virtualbox-kernel.info b/system/virtualbox-kernel/virtualbox-kernel.info
index 27c5be7377..1b7170e60b 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.18"
+VERSION="6.1.22"
HOMEPAGE="https://www.virtualbox.org"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/virtualbox-kernel-6.1.18.tar.xz"
-MD5SUM="3dec422341ce223345a211d52930c0ac"
+DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-6.1.22.tar.xz"
+MD5SUM="7449ba137d9c6a1a6b7d44ca8c004b97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""