diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-06-23 08:12:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-03 11:36:09 +0700 |
commit | 50527d48f97a767a6d4e43fecd45e264e980dd8b (patch) | |
tree | c54f079165475d8723e6851dad44ffbe11675eb3 | |
parent | 232bba0a2567ae1f063f29c487b844759bea70a2 (diff) | |
download | slackbuilds-50527d48f97a767a6d4e43fecd45e264e980dd8b.tar.gz |
system/vhba-module: Updated for version 20210418.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/vhba-module/vhba-module.SlackBuild | 6 | ||||
-rw-r--r-- | system/vhba-module/vhba-module.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index 37e455cce6..d1992936a5 100644 --- a/system/vhba-module/vhba-module.SlackBuild +++ b/system/vhba-module/vhba-module.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands # Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> -# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=vhba-module -VERSION=${VERSION:-20200106} +VERSION=${VERSION:-20210418} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +51,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/vhba-module/vhba-module.info b/system/vhba-module/vhba-module.info index 0662c11db8..a5987cf453 100644 --- a/system/vhba-module/vhba-module.info +++ b/system/vhba-module/vhba-module.info @@ -1,8 +1,8 @@ PRGNAM="vhba-module" -VERSION="20200106" +VERSION="20210418" HOMEPAGE="https://cdemu.sourceforge.io/about/vhba/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20200106.tar.bz2" -MD5SUM="0f0b6d9647197e43929310594afece5f" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20210418.tar.xz" +MD5SUM="47aa88d9fbc53b88d7061968a5881eb5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |