diff options
Diffstat (limited to 'system/pacemaker/pacemaker.SlackBuild')
-rw-r--r-- | system/pacemaker/pacemaker.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pacemaker/pacemaker.SlackBuild b/system/pacemaker/pacemaker.SlackBuild index b9135b0be0456..b7a01dcfc1fa7 100644 --- a/system/pacemaker/pacemaker.SlackBuild +++ b/system/pacemaker/pacemaker.SlackBuild @@ -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} |