system/bacula: Updated for version 5.0.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
mario 2010-12-27 00:33:18 -06:00 committed by Niels Horn
parent b944b81099
commit 34403bc778
2 changed files with 4 additions and 6 deletions

View file

@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bacula
VERSION=${VERSION:-5.0.2}
VERSION=${VERSION:-5.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,8 +1,8 @@
PRGNAM="bacula"
VERSION="5.0.2"
VERSION="5.0.3"
HOMEPAGE="http://www.bacula.org"
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-5.0.2.tar.gz"
MD5SUM="e9204d2e772f12662de28da3327853de"
DOWNLOAD="http://downloads.sourceforge.net/bacula/bacula-5.0.3.tar.gz"
MD5SUM="9de254ae39cab0587fdb2f5d8d90b03b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="mario"