diff options
Diffstat (limited to 'system/vhba-module')
-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 f843b49510..7f871d87ec 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2019 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:-20170610} +VERSION=${VERSION:-20190302} 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.?z* +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 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 fb74b84c0b..bc4fb9c7f7 100644 --- a/system/vhba-module/vhba-module.info +++ b/system/vhba-module/vhba-module.info @@ -1,8 +1,8 @@ PRGNAM="vhba-module" -VERSION="20170610" +VERSION="20190302" HOMEPAGE="http://cdemu.sourceforge.net/about/vhba/" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20170610.tar.bz2" -MD5SUM="f9478a5f5528fc672c204b6b4bd02213" +DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20190302.tar.bz2" +MD5SUM="8b57be86f711a67bdaadd3803a638cc4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |