mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/openvas-libraries: Updated for version 3.1.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
1ab5855ce5
commit
b50388ad70
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for OpenVAS libraries.
|
||||
#
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
|
||||
# Copyright 2011-2012 Marco Bonetti <sid77@slackware.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openvas-libraries
|
||||
VERSION=${VERSION:-3.0.5}
|
||||
VERSION=${VERSION:-3.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="openvas-libraries"
|
||||
VERSION="3.0.5"
|
||||
VERSION="3.1.4"
|
||||
HOMEPAGE="http://www.openvas.org/"
|
||||
DOWNLOAD="http://wald.intevation.org/frs/download.php/729/openvas-libraries-3.0.5.tar.gz"
|
||||
MD5SUM="a11dac34c35bdebb7fc2ecf643acdbab"
|
||||
DOWNLOAD="http://wald.intevation.org/frs/download.php/784/openvas-libraries-3.1.4.tar.gz"
|
||||
MD5SUM="ab8258469092affbfe201ac3672e568a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marco Bonetti"
|
||||
EMAIL="sid77@slackware.it"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue