Skip to content

Commit

Permalink
utils/findutils: update to 4.8.0
Browse files Browse the repository at this point in the history
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_RELEASE): Reset to 1.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
(cherry picked from commit 3614a52)
  • Loading branch information
bernhard-voelker authored and BKPepe committed Feb 28, 2021
1 parent ac11726 commit 17f2ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/findutils/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 17f2ef9

Please sign in to comment.