diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 18:11:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 19:44:40 +0700 |
commit | 9bdc67cd9b7e29f9fa339709b33cd7dde723c259 (patch) | |
tree | 079cf3f36102a781e01b996ce13a974446da97ca /system/bacula/bacula.SlackBuild | |
parent | a0b4b29b91a16ff89200040730c50454ea399acf (diff) |
system/bacula: Reverted back to old version.
The original maintainer will work on this one.
This reverts commit aa52b63dcba98626e830b99c895c57d704d0d6c7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bacula/bacula.SlackBuild')
-rw-r--r-- | system/bacula/bacula.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/bacula/bacula.SlackBuild b/system/bacula/bacula.SlackBuild index d3d23c5214aba..0b927e27b5123 100644 --- a/system/bacula/bacula.SlackBuild +++ b/system/bacula/bacula.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR # All rights reserved. -# Copyright 2018 wigums pioneer22675@gmail.com +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bacula -VERSION=${VERSION:-9.0.6} -BUILD=${BUILD:-1} +VERSION=${VERSION:-5.2.13} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |