network/openvas-manager: Updated for version 6.0.11.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Kent Fritz 2017-08-04 09:49:36 +01:00 committed by Willy Sudiarto Raharjo
parent 70d356434e
commit d40148f5e0
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for openvas-manager
# Copyright 2014-2015 Kent Fritz, Mountain View, CA
# Copyright 2014-2015,2017 Kent Fritz, Mountain View, CA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openvas-manager
VERSION=${VERSION:-6.0.5}
VERSION=${VERSION:-6.0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="openvas-manager"
VERSION="6.0.5"
VERSION="6.0.11"
HOMEPAGE="http://www.openvas.org"
DOWNLOAD="http://wald.intevation.org/frs/download.php/2169/openvas-manager-6.0.5.tar.gz"
MD5SUM="01c1220e91ad8a49cde4e90c32668f9d"
DOWNLOAD="http://wald.intevation.org/frs/download.php/2445/openvas-manager-6.0.11.tar.gz"
MD5SUM="a9329a2e2329b2d1b7863d07ea0a8c22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openvas-libraries"