mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/drbd-utils: Updated for version 9.3.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
8836c08d97
commit
ba9076ea48
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for drbd-utils
|
||||
|
||||
# Copyright 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2014, 2015, 2016, 2017, 2018 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.1.0}
|
||||
VERSION=${VERSION:-9.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -120,7 +120,7 @@ if [ $ARCH = "x86_64" ]; then
|
|||
fi
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING ChangeLog README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="drbd-utils"
|
||||
VERSION="9.1.0"
|
||||
VERSION="9.3.0"
|
||||
HOMEPAGE="http://www.drbd.org"
|
||||
DOWNLOAD="http://www.drbd.org/download/drbd/utils/drbd-utils-9.1.0.tar.gz"
|
||||
MD5SUM="6d37a45b0c5af451b6bceb10a91187ec"
|
||||
DOWNLOAD="http://www.drbd.org/download/drbd/utils/drbd-utils-9.3.0.tar.gz"
|
||||
MD5SUM="bcf5288f01f43d7418031e1d85544894"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue