Skip to content
Snippets Groups Projects
Verified Commit cc7bc5ed authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: logrotate: bump version in cron job patch

parent ebd13773
Branches
Tags
No related merge requests found
......@@ -20,12 +20,12 @@ index 2477425..c27f76f 100644
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=logrotate
PKG_VERSION:=3.15.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_VERSION:=3.17.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:= https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/logrotate/logrotate/releases/download/$(PKG_VERSION)
@@ -56,6 +56,8 @@ define Package/logrotate/install
$(INSTALL_BIN) ${PKG_BUILD_DIR}/logrotate $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment