aboutsummaryrefslogtreecommitdiffstats
path: root/tools/coreutils/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-26 12:06:07 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-04-29 17:36:20 +0200
commit4c54ec74fccb422dc34665adf6d1f8b8eede203e (patch)
tree8dbf2f7083ebed3acf774b317498dbb2d83db42a /tools/coreutils/Makefile
parent626c84340d54c07f46f6ae111ff4389980a86c64 (diff)
downloadupstream-4c54ec74fccb422dc34665adf6d1f8b8eede203e.tar.gz
upstream-4c54ec74fccb422dc34665adf6d1f8b8eede203e.tar.bz2
upstream-4c54ec74fccb422dc34665adf6d1f8b8eede203e.zip
tools/coreutils: update to 9.3
Update to latest bugfix release. Remove upstreamed patches: - 001-copy-fix-reflink-auto-to-fallback-in-more-cases.patch - 002-date-diagnose-f-read-errors.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/coreutils/Makefile')
-rw-r--r--tools/coreutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index 23f2ea2cfbf..f799e83c5b6 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=coreutils
PKG_CPE_ID:=cpe:/a:gnu:coreutils
-PKG_VERSION:=9.2
+PKG_VERSION:=9.3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/coreutils
-PKG_HASH:=6885ff47b9cdb211de47d368c17853f406daaf98b148aaecdf10de29cc04b0b3
+PKG_HASH:=adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa
HOST_BUILD_PARALLEL := 1