diff options
author | Christophe Trussardi <chris@teria.org> | 2017-01-14 01:27:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-14 01:39:08 +0700 |
commit | 06f0f73fdaf263b1c44a1150d60539fdaa68a52e (patch) | |
tree | 8cfa8bb27addddb8d31f25292a1242aebca53488 /system/rsyslog/rsyslog.SlackBuild | |
parent | b2ee8eb01bd428c34314f66a378e98e17424a47f (diff) | |
download | slackbuilds-06f0f73fdaf263b1c44a1150d60539fdaa68a52e.tar.gz |
system/rsyslog: Updated for version 8.24.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 3c720ad77f..21b1d642a1 100644 --- a/system/rsyslog/rsyslog.SlackBuild +++ b/system/rsyslog/rsyslog.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rsyslog -# Copyright (c) 2016, Christophe Trussardi, Paris, France +# Copyright (c) 2017, Christophe Trussardi, Paris, France # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rsyslog -VERSION=${VERSION:-8.21.0} +VERSION=${VERSION:-8.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |