From d3175470a2b8af6c08f72b17128b1d6f188616b6 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Dec 2018 15:13:59 -0800 Subject: [PATCH] logrotate: Update to 3.15.0 Signed-off-by: Rosen Penev --- utils/logrotate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 7b2f6c087..24774258b 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=logrotate -PKG_VERSION:=3.14.0 +PKG_VERSION:=3.15.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:=4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55 +PKG_HASH:=313612c4776a305393454c874ef590d8acf84c9ffa648717731dfe902284ff8f PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk