diff options
author | Christophe Trussardi <chris@teria.org> | 2023-01-14 15:11:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:01 +0700 |
commit | d52f67f7b3cae3f081410994c9e2372da9b848bb (patch) | |
tree | b3aa6bfc5fbbddb148a781a3cfedf485096334d3 /system/rsyslog/rsyslog.SlackBuild | |
parent | 06a82808167e5ef4f82b477affd099cf10a3a7fe (diff) |
system/rsyslog: Updated for version 8.2212.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rsyslog/rsyslog.SlackBuild')
-rw-r--r-- | system/rsyslog/rsyslog.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/rsyslog/rsyslog.SlackBuild b/system/rsyslog/rsyslog.SlackBuild index f89cbbeec48e..82ed224fd7ba 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsyslog -# Copyright (c) 2022, Christophe Trussardi, Paris, France +# Copyright (c) 2023, 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.2208.0} +VERSION=${VERSION:-8.2212.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |