mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/lynis: Updated for version 3.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
288b2557a8
commit
2f4cd8204a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lynis
|
||||
|
||||
# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lynis
|
||||
VERSION=${VERSION:-3.0.6}
|
||||
VERSION=${VERSION:-3.0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lynis"
|
||||
VERSION="3.0.6"
|
||||
VERSION="3.0.7"
|
||||
HOMEPAGE="https://cisofy.com/"
|
||||
DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.0.6.tar.gz"
|
||||
MD5SUM="23cc369984d564e4a8232473b1ace137"
|
||||
DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.0.7.tar.gz"
|
||||
MD5SUM="7a8780d062e643b7e42902d594d7ae06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue