mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/lynis: Updated for version 3.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07b3360a2c
commit
2cc5c4beba
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lynis
|
||||
VERSION=${VERSION:-3.0.9}
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lynis"
|
||||
VERSION="3.0.9"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="https://cisofy.com/"
|
||||
DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.0.9.tar.gz"
|
||||
MD5SUM="10c92d41648d2fc4f497f62301f90a6f"
|
||||
DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.1.0.tar.gz"
|
||||
MD5SUM="cffe7e09b752114e5663ccbc07e7ff6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue