mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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>
This commit is contained in:
parent
a0b4b29b91
commit
9bdc67cd9b
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bacula"
|
||||
VERSION="9.0.6"
|
||||
VERSION="5.2.13"
|
||||
HOMEPAGE="http://www.bacula.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/bacula/files/bacula/9.0.6/bacula-9.0.6.tar.gz"
|
||||
MD5SUM="9168e398808c42bf290515f60892f643"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-5.2.13.tar.gz"
|
||||
MD5SUM="43417bae0c221afb1f30a581c9e0f2fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="wigums"
|
||||
EMAIL="pioneer22675@gmail.com"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue