mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
e0ee066553
commit
fc9af87b12
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue