From: Bernhard Voelker Date: Sat, 27 Feb 2021 07:02:57 +0000 (+0100) Subject: utils/findutils: update to 4.8.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17f2ef9a0e6b7fcd56c1a6b27e48112c5a0924f9;p=feed%2Fpackages.git utils/findutils: update to 4.8.0 * utils/findutils/Makefile (PKG_VERSION): Update to latest. (PKG_RELEASE): Reset to 1. (PKG_HASH): Update. Signed-off-by: Bernhard Voelker (cherry picked from commit 3614a520d22f48b753460f5d6ca25e89e5300c21) --- diff --git a/utils/findutils/Makefile b/utils/findutils/Makefile index 0a5821d90f..ec28400319 100644 --- a/utils/findutils/Makefile +++ b/utils/findutils/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=findutils -PKG_VERSION:=4.7.0 -PKG_RELEASE:=3 +PKG_VERSION:=4.8.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a +PKG_HASH:=57127b7e97d91282c6ace556378d5455a9509898297e46e10443016ea1387164 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING