mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/drbd-utils: Updated for version 9.8.0
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
58851b46f2
commit
6e778ff84b
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for drbd-utils
|
||||
|
||||
# Copyright 2014, 2015, 2016, 2017, 2018 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2014, 2015, 2016, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=drbd-utils
|
||||
VERSION=${VERSION:-9.3.0}
|
||||
VERSION=${VERSION:-9.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--without-rgmanager \
|
||||
--with-bashcompletion \
|
||||
--with-distro=slackware \
|
||||
--with-prebuiltman \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="drbd-utils"
|
||||
VERSION="9.3.0"
|
||||
VERSION="9.8.0"
|
||||
HOMEPAGE="http://www.drbd.org"
|
||||
DOWNLOAD="http://www.drbd.org/download/drbd/utils/drbd-utils-9.3.0.tar.gz"
|
||||
MD5SUM="bcf5288f01f43d7418031e1d85544894"
|
||||
DOWNLOAD="https://www.linbit.com/downloads/drbd/utils/drbd-utils-9.8.0.tar.gz"
|
||||
MD5SUM="c9e079504f15e07166de9a3704eb63f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue