summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2025-03-15 12:07:29 +0000
committerRobert Marko2025-03-15 12:07:29 +0000
commite41247ca2146bf62f32495741703a787a4a3b528 (patch)
tree957965599cdc44b8ff25539792d89e7e82566b93
parent3d8d807373746d6b3c1674bc450d78090954346f (diff)
downloadopenwrt-e41247ca2146bf62f32495741703a787a4a3b528.tar.gz
Revert "tools/coreutils: fix wrong PKG_HASH after update to version 9.6"
This reverts commit c2a58fe875ff04ce956c7da8f42412053bfc7597. Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--tools/coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index 2ffa052330..862f4d8bcb 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=9.6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/coreutils
-PKG_HASH:=2bec616375002c92c1ed5ead32a092b174fe44c14bc736d32e5961053b821d84
+PKG_HASH:=7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283
HOST_BUILD_PARALLEL := 1