diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-27 11:53:19 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-27 20:08:32 +0800 |
commit | 03c90979c0fee527009e2dbdf17cb06e8474334e (patch) | |
tree | 415da2ed0f4e56942d5f6ebfc424685d544fe0e0 | |
parent | f8dcc36af4f2f40076e4d07b1acd1a0177a7dbcb (diff) |
logrotate: update to 3.21.0
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
-rw-r--r-- | utils/logrotate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 1abf34c29..722b9e525 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=logrotate -PKG_VERSION:=3.17.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.21.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION) -PKG_HASH:=58cc2178ff57faa3c0490181cce041345aeca6cff18dba1c5cd1398bf1c19294 +PKG_HASH:=8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516 PKG_MAINTAINER:=Christian Beier <cb@shoutrlabs.com> PKG_LICENSE:=GPL-2.0-or-later |