Merge pull request #5078 from heitbaum/bar

rsyslog: update addon to (106)
This commit is contained in:
CvH 2021-02-01 11:53:03 +01:00 committed by GitHub
commit 1dd2febdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libfastjson"
PKG_VERSION="0.99.8"
PKG_SHA256="3544c757668b4a257825b3cbc26f800f59ef3c1ff2a260f40f96b48ab1d59e07"
PKG_VERSION="0.99.9"
PKG_SHA256="a330e1bdef3096b7ead53b4bad1a6158f19ba9c9ec7c36eda57de7729d84aaee"
PKG_LICENSE="GPL"
PKG_SITE="http://www.rsyslog.com/tag/libfastjson"
PKG_URL="http://download.rsyslog.com/libfastjson/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -1,8 +1,11 @@
106
- libfastjson: update to 0.99.9
105
- Update to 8.2012.0
- rsyslog: update to 8.2012.0
104
- Update to 8.37.0
- rsyslog: update to 8.37.0
103
- Rebuild

View File

@ -4,7 +4,7 @@
PKG_NAME="rsyslog"
PKG_VERSION="8.2012.0"
PKG_SHA256="d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e"
PKG_REV="105"
PKG_REV="106"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/rsyslog"