mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/mstflint: Updated for version 4.26.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9b5741326
commit
9af5c77b08
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mstflint
|
||||
|
||||
# Copyright 2023 GUAN Xin <guanx.bac@gmail.com> from Beijing
|
||||
# Copyright 2023,2024 GUAN Xin <guanx.bac@gmail.com> from Beijing
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mstflint
|
||||
VERSION=${VERSION:-4.25.0}
|
||||
VERSION=${VERSION:-4.26.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mstflint"
|
||||
VERSION="4.25.0"
|
||||
VERSION="4.26.0"
|
||||
HOMEPAGE="https://github.com/Mellanox/mstflint"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/Mellanox/mstflint/releases/download/v4.25.0-1/mstflint-4.25.0-1.tar.gz"
|
||||
MD5SUM_x86_64="eb6e67084ed5d85271df0932cdcb4168"
|
||||
DOWNLOAD_x86_64="https://github.com/Mellanox/mstflint/releases/download/v4.26.0-1/mstflint-4.26.0-1.tar.gz"
|
||||
MD5SUM_x86_64="54b0f8f28d26aa82cacf1dab545be9c9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="GUAN Xin"
|
||||
EMAIL="guanx.bac@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue