diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-01-30 10:45:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:16 +0700 |
commit | d43b974949b03836994b73d2f7ca7cd37c828196 (patch) | |
tree | 7cc00756b29628a8b6244956efb4a6c804523fcd /system | |
parent | 67073be929a9189db4663da03c9a112e799304c8 (diff) | |
download | slackbuilds-d43b974949b03836994b73d2f7ca7cd37c828196.tar.gz |
system/vhba-module: Updated for version 20211218.
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/vhba-module/vhba-module.SlackBuild | 4 | ||||
-rw-r--r-- | system/vhba-module/vhba-module.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/vhba-module/vhba-module.SlackBuild b/system/vhba-module/vhba-module.SlackBuild index b41ddb6166..002d405a41 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-2021 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vhba-module -VERSION=${VERSION:-20211023} +VERSION=${VERSION:-20211218} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/vhba-module/vhba-module.info b/system/vhba-module/vhba-module.info index e6019df79d..39f3e0c73d 100644 --- a/system/vhba-module/vhba-module.info +++ b/system/vhba-module/vhba-module.info @@ -1,8 +1,8 @@ PRGNAM="vhba-module" -VERSION="20211023" +VERSION="20211218" HOMEPAGE="https://cdemu.sourceforge.io/about/vhba/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20211023.tar.xz" -MD5SUM="23ad94586ce74b7d4b3b58033bfefc34" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20211218.tar.xz" +MD5SUM="b5c54cc7afcd184ef237933597859f6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |