diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-06-18 14:46:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-23 01:14:05 +0700 |
commit | e6d3f3211b15f8138e0013098fc734a4acb0d95c (patch) | |
tree | 509ad64d6d835609fa5de4699b57d113e5f6d8bf /system/virtualbox-kernel | |
parent | d810140b80131cc054885b6b49889730debeeae2 (diff) |
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/virtualbox-kernel')
-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 f0da0bc6d85f7..6ca4614ea1cd4 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 27c5be73773e9..1b7170e60bb75 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="" |