mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/virtualbox-extension-pack: Update for version 6.1.32
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b170e5379b
commit
a28159f8e1
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Originally written by Vliegendehuiskat, vliegendehuiskat [at] gmail [dot] com
|
||||
|
||||
# Copyright 2014-2021 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2014-2022 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=virtualbox-extension-pack
|
||||
VERSION=${VERSION:-6.1.28}
|
||||
VERSION=${VERSION:-6.1.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virtualbox-extension-pack"
|
||||
VERSION="6.1.28"
|
||||
VERSION="6.1.32"
|
||||
HOMEPAGE="https://www.virtualbox.org"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.28/Oracle_VM_VirtualBox_Extension_Pack-6.1.28.vbox-extpack"
|
||||
MD5SUM="3453c7d949870f3c2dc9b18755641efd"
|
||||
DOWNLOAD="http://download.virtualbox.org/virtualbox/6.1.32/Oracle_VM_VirtualBox_Extension_Pack-6.1.32.vbox-extpack"
|
||||
MD5SUM="3627b4b72f1dd48158d59ba2f1d08832"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue