[openwrt/openwrt] tools/findutils: update to 4.8.0

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 5 12:29:46 PDT 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/af8a5d240b6eb0381b92f79dac14143c526a68cc

commit af8a5d240b6eb0381b92f79dac14143c526a68cc
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Sep 1 20:03:01 2021 -0700

    tools/findutils: update to 4.8.0
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/findutils/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/findutils/Makefile b/tools/findutils/Makefile
index 606df4fa2f..c40fa6efc1 100644
--- a/tools/findutils/Makefile
+++ b/tools/findutils/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=findutils
 PKG_CPE_ID:=cpe:/a:gnu:findutils
-PKG_VERSION:=4.7.0
+PKG_VERSION:=4.8.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=c5fefbdf9858f7e4feb86f036e1247a54c79fc2d8e4b7064d5aaa1f47dfa789a
+PKG_HASH:=57127b7e97d91282c6ace556378d5455a9509898297e46e10443016ea1387164
 
 HOST_BUILD_PARALLEL:=1
 



More information about the lede-commits mailing list