diff options
author | Dirk Brenken <dev@brenken.org> | 2018-08-10 15:58:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 15:58:50 +0200 |
commit | ce7dc951c76d19b8dce09a84047af4a8fcb6c129 (patch) | |
tree | 1a45ae16ba01f35fc968ffac3736e4ef803acd5f /utils | |
parent | 17ab7a24aaf71801040131ae2273d118fa34f05c (diff) | |
parent | 1d6ae29e70289ad4045de04baafa0ba4210e92f6 (diff) |
Merge pull request #6724 from neheb/patch-22
logrotate: Update to 3.14
Diffstat (limited to 'utils')
-rw-r--r-- | utils/logrotate/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 2bd8f1498..7b2f6c087 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -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 |