mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/vhba-module: Update for 20240917
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
08266e1e6d
commit
1706ad2b4e
3 changed files with 5 additions and 5 deletions
|
@ -9,4 +9,4 @@ The resulting package will be specific for the kernel it was built on.
|
|||
|
||||
It is possible to build package for a different kernel version by
|
||||
setting the KERNEL variable as in:
|
||||
KERNEL=5.15.94 ./vhba-module.SlackBuild
|
||||
KERNEL=5.15.161 ./vhba-module.SlackBuild
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vhba-module
|
||||
VERSION=${VERSION:-20240202}
|
||||
VERSION=${VERSION:-20240917}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vhba-module"
|
||||
VERSION="20240202"
|
||||
VERSION="20240917"
|
||||
HOMEPAGE="https://cdemu.sourceforge.io/about/vhba/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20240202.tar.xz"
|
||||
MD5SUM="ba66d25b257daba715d4870addbd131c"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/cdemu/vhba-module-20240917.tar.xz"
|
||||
MD5SUM="42624635b409e1396309d7c2bb1d336b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue