mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
9527dadc05
commit
8152a00830
2 changed files with 8 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue