diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-05 17:06:49 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 15:47:05 +0700 |
commit | 24bfd1d2bb8a7779667b8bceff9e0c5c8a0e795c (patch) | |
tree | 8401310f23d7276bd4375485a7b440a978e1d13f /system/pacemaker/pacemaker.SlackBuild | |
parent | b7a5ade829955e9f4185bb59e2d1c836de82f21c (diff) |
system/pacemaker: Updated for version 2.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pacemaker/pacemaker.SlackBuild')
-rw-r--r-- | system/pacemaker/pacemaker.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pacemaker/pacemaker.SlackBuild b/system/pacemaker/pacemaker.SlackBuild index bf7275cfa53de..04a2c2eafcb26 100644 --- a/system/pacemaker/pacemaker.SlackBuild +++ b/system/pacemaker/pacemaker.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pacemaker -VERSION=${VERSION:-2.0.3} +VERSION=${VERSION:-2.0.5} TARVER="Pacemaker-$(echo $VERSION | tr _ -)" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |