diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:26:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-22 09:26:50 +0700 |
commit | 2f4cd8204a2dc617f1bb1ee89a57d6bc17f4fb25 (patch) | |
tree | 3a22488722003a45a0e599b1e86d15637fce4662 /system/lynis/lynis.SlackBuild | |
parent | 288b2557a881a081de798afbc2abf2ff355ea63d (diff) |
system/lynis: Updated for version 3.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lynis/lynis.SlackBuild')
-rw-r--r-- | system/lynis/lynis.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/lynis/lynis.SlackBuild b/system/lynis/lynis.SlackBuild index 2ddc8d870e50f..eefc51cd44e2a 100644 --- a/system/lynis/lynis.SlackBuild +++ b/system/lynis/lynis.SlackBuild @@ -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} |