mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/bacula: Updated for version 9.0.6 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13929d43c9
commit
ddd895a354
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR
|
# Copyright 2010, 2012, 2013 Mario Preksavec, Zagreb, HR
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
# Copyright 2018 wigums pioneer22675@gmail.com
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
# permitted provided that the following conditions are met:
|
# permitted provided that the following conditions are met:
|
||||||
#
|
#
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bacula
|
PRGNAM=bacula
|
||||||
VERSION=${VERSION:-5.2.13}
|
VERSION=${VERSION:-9.0.6}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="bacula"
|
PRGNAM="bacula"
|
||||||
VERSION="5.2.13"
|
VERSION="9.0.6"
|
||||||
HOMEPAGE="http://www.bacula.org"
|
HOMEPAGE="http://www.bacula.org"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-5.2.13.tar.gz"
|
DOWNLOAD="https://sourceforge.net/projects/bacula/files/bacula/9.0.6/bacula-9.0.6.tar.gz"
|
||||||
MD5SUM="43417bae0c221afb1f30a581c9e0f2fe"
|
MD5SUM="9168e398808c42bf290515f60892f643"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Mario Preksavec"
|
MAINTAINER="wigums"
|
||||||
EMAIL="mario at slackware dot hr"
|
EMAIL="pioneer22675@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue