system/drbd-utils: Updated for version 9.18.2.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2aaeed6737
commit
9e64eb33a5
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for drbd-utils
|
||||
|
||||
# Copyright 2014, 2015, 2016, 2017, 2018, 2019, 2020 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2014, 2021 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=drbd-utils
|
||||
VERSION=${VERSION:-9.15.1}
|
||||
VERSION=${VERSION:-9.18.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="drbd-utils"
|
||||
VERSION="9.15.1"
|
||||
VERSION="9.18.2"
|
||||
HOMEPAGE="http://www.drbd.org"
|
||||
DOWNLOAD="https://www.linbit.com/downloads/drbd/utils/drbd-utils-9.15.1.tar.gz"
|
||||
MD5SUM="5ff3c956aab8f022f676455162c91b21"
|
||||
DOWNLOAD="https://pkg.linbit.com//downloads/drbd/utils/drbd-utils-9.18.2.tar.gz"
|
||||
MD5SUM="700f28309ff90ac45ed80cc3c5fc446f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue