system/logwatch: Updated for version 7.10.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2024-01-29 00:51:03 +00:00 committed by Willy Sudiarto Raharjo
parent 81c12f5010
commit 287343cd67
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for logwatch
# Copyright (c) 2019-2023 Gregory J. L. Tourte <artourter@gmail.com>
# Copyright (c) 2019-2024 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=logwatch
VERSION=${VERSION:-7.9}
VERSION=${VERSION:-7.10}
BUILD=${BUILD:-1}
ARCH=noarch
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="logwatch"
VERSION="7.9"
VERSION="7.10"
HOMEPAGE="http://logwatch.sourceforge.net"
DOWNLOAD="https://downloads.sourceforge.net/project/logwatch/logwatch-7.9/logwatch-7.9.tar.gz"
MD5SUM="f41a88a15a25516db371ada4c0041fd2"
DOWNLOAD="https://downloads.sourceforge.net/project/logwatch/logwatch-7.10/logwatch-7.10.tar.gz"
MD5SUM="df483fac40fc618029f1ca07ba352659"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-html-parser"