diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-12-06 01:57:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:44 +0700 |
commit | 538f30f357f99e709ee07894af0fbc3b0e2eb652 (patch) | |
tree | a94ec5d64bcd99aa9dd0434ebef31c0656782604 /system/syslog-ng/syslog-ng.SlackBuild | |
parent | d50bc8a5ddcdb861880d5038b00a11d258f393ff (diff) |
system/syslog-ng: Updated for version 3.35.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/syslog-ng/syslog-ng.SlackBuild')
-rw-r--r-- | system/syslog-ng/syslog-ng.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/syslog-ng/syslog-ng.SlackBuild b/system/syslog-ng/syslog-ng.SlackBuild index 38e9af8ad9..ff9b681395 100644 --- a/system/syslog-ng/syslog-ng.SlackBuild +++ b/system/syslog-ng/syslog-ng.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for syslog-ng -# Copyright 2010, 2012, 2013, 2016, 2017, 2019 Mario Preksavec, Zagreb, Croatia +# Copyright 2010, 2021 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=syslog-ng -VERSION=${VERSION:-3.10.1} +VERSION=${VERSION:-3.35.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |