diff options
author | Dirk Brenken <dev@brenken.org> | 2018-10-14 19:11:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-14 19:11:27 +0200 |
commit | 46152310bab985b953edc8ed36863207764180e0 (patch) | |
tree | f670847202e685539f6c387834bc29f55c2118db /net | |
parent | 46a35a82c39177e3ea745c008ffea5530f56a6f1 (diff) | |
parent | 63d221c310b77d568c34da0eb116915dc3fd5ff9 (diff) |
Merge pull request #7142 from neheb/patch-9
rsyslog: Update to 8.38
Diffstat (limited to 'net')
-rw-r--r-- | net/rsyslog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rsyslog/Makefile b/net/rsyslog/Makefile index 55bece836..9b32dd637 100644 --- a/net/rsyslog/Makefile +++ b/net/rsyslog/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsyslog -PKG_VERSION:=8.37.0 -PKG_RELEASE:=2 +PKG_VERSION:=8.38.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.rsyslog.com/files/download/rsyslog/ -PKG_HASH:=295c289b4c8abd8f8f3fe35a83249b739cedabe82721702b910255f9faf147e7 +PKG_HASH:=4d328ed3bcae784e15401c6c20ada2a9be380798ff6bf0da3fe2095915bba22c PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0 |