diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-11-25 12:05:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-29 09:43:58 +0700 |
commit | 9e64eb33a5681ba7d7a0f9a2bcf64925049d84b5 (patch) | |
tree | 3370faf7dffd1fff124292f8a226c230b6591fcc /system/drbd-utils | |
parent | 2aaeed6737780992afc283bcf0e10d9f59f1392e (diff) |
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>
Diffstat (limited to 'system/drbd-utils')
-rw-r--r-- | system/drbd-utils/drbd-utils.SlackBuild | 4 | ||||
-rw-r--r-- | system/drbd-utils/drbd-utils.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/drbd-utils/drbd-utils.SlackBuild b/system/drbd-utils/drbd-utils.SlackBuild index 55b87002cea81..e353a170204ea 100644 --- a/system/drbd-utils/drbd-utils.SlackBuild +++ b/system/drbd-utils/drbd-utils.SlackBuild @@ -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} diff --git a/system/drbd-utils/drbd-utils.info b/system/drbd-utils/drbd-utils.info index 49f7312a95de0..4d9b903685dc7 100644 --- a/system/drbd-utils/drbd-utils.info +++ b/system/drbd-utils/drbd-utils.info @@ -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="" |