diff options
-rw-r--r-- | system/lynis/lynis.SlackBuild | 5 | ||||
-rw-r--r-- | system/lynis/lynis.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/system/lynis/lynis.SlackBuild b/system/lynis/lynis.SlackBuild index eefc51cd44..1605b46ddb 100644 --- a/system/lynis/lynis.SlackBuild +++ b/system/lynis/lynis.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lynis -VERSION=${VERSION:-3.0.7} +VERSION=${VERSION:-3.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/lynis/lynis.info b/system/lynis/lynis.info index 4008a6eb60..f00fd23056 100644 --- a/system/lynis/lynis.info +++ b/system/lynis/lynis.info @@ -1,8 +1,8 @@ PRGNAM="lynis" -VERSION="3.0.7" +VERSION="3.0.8" HOMEPAGE="https://cisofy.com/" -DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.0.7.tar.gz" -MD5SUM="7a8780d062e643b7e42902d594d7ae06" +DOWNLOAD="https://downloads.cisofy.com/lynis/lynis-3.0.8.tar.gz" +MD5SUM="95d7b7a274c743e88d232ade373a2c7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |