system/pacemaker: Updated for version 2.0.3.

Signed-off-by: Mario Preksavec <mario@slackware.hr>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mario Preksavec 2020-04-27 12:08:29 +02:00 committed by Willy Sudiarto Raharjo
parent 9527dadc05
commit 8152a00830
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,8 @@
# Slackware build script for pacemaker
# Copyright 2018 Pierre-Philipp Braun, Russia
# Copyright 2018 Pierre-Philipp Braun, Russia
# Copyright 2020 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pacemaker
VERSION=${VERSION:-2.0.0_rc5}
VERSION=${VERSION:-2.0.3}
TARVER="Pacemaker-$(echo $VERSION | tr _ -)"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="pacemaker"
VERSION="2.0.0_rc5"
VERSION="2.0.3"
HOMEPAGE="https://wiki.clusterlabs.org/wiki/Pacemaker"
DOWNLOAD="https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-2.0.0-rc5/pacemaker-Pacemaker-2.0.0-rc5.tar.gz"
MD5SUM="5064b505bb7d7b644991374b05f1e278"
DOWNLOAD="https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-2.0.3/pacemaker-Pacemaker-2.0.3.tar.gz"
MD5SUM="4fee89ca3485f3bf27689ad9bd1670cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="corosync"
MAINTAINER="Pierre-Philipp Braun"
EMAIL="pbraun@nethence.com"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"