logrotate: Update to 3.14 6724/head
authorRosen Penev <rosenp@gmail.com>
Thu, 9 Aug 2018 17:31:14 +0000 (10:31 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 17:31:14 +0000 (10:31 -0700)
Switched to .xz as that is a smaller archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/logrotate/Makefile

index 2bd8f1498b14d3ca0ce07481a8a90f899816b06b..7b2f6c0879691af59fefdf9cbf7f966870575397 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=logrotate
-PKG_VERSION:=3.10.0
-PKG_RELEASE:=2
+PKG_VERSION:=3.14.0
+PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:= https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
-PKG_HASH:=dbc76cae5d4912455b5221654bb6114e43d91a3a0879ce3e20a62a157532912e
+PKG_HASH:=4703bdc0e2df3b322f9dff0aafc99aa9172c9e4acae28b7c924cc7d4e5b29d55
 PKG_LICENSE:=GPL-2.0
 
 include $(INCLUDE_DIR)/package.mk