system/rsyslog: Updated for version 8.2208.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christophe Trussardi 2022-08-25 12:08:32 +01:00 committed by Willy Sudiarto Raharjo
parent e0ee066553
commit fc9af87b12
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for rsyslog
# Copyright (c) 2021, Christophe Trussardi, Paris, France
# Copyright (c) 2022, Christophe Trussardi, Paris, France
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rsyslog
VERSION=${VERSION:-8.2102.0}
VERSION=${VERSION:-8.2208.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="rsyslog"
VERSION="8.2102.0"
VERSION="8.2208.0"
HOMEPAGE="https://www.rsyslog.com/"
DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2102.0.tar.gz"
MD5SUM="1f6150dfd2ef38db37c2165e98d2f2b1"
DOWNLOAD="https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2208.0.tar.gz"
MD5SUM="6dcf7404d935b3876cf3e9cc5f9098ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% libee libestr libfastjson"