diff options
| author | John Audia | 2025-03-08 15:29:51 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-03-13 21:37:45 +0000 |
| commit | 160e0b7ad866c9f52b81d95588c7b0a40cffd109 (patch) | |
| tree | 585aba28033bde09b44f9f386e7a70333eed18a8 | |
| parent | 4e3342f5f17d5d227f036b4b16e2a3721a2e8493 (diff) | |
| download | openwrt-160e0b7ad866c9f52b81d95588c7b0a40cffd109.tar.gz | |
tools/coreutils: update to 9.6
Update to latest stable release
https://lists.gnu.org/archive/html/coreutils/2025-01/msg00049.html
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/18191
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile index 73b95912ee..862f4d8bcb 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.5 +PKG_VERSION:=9.6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/coreutils -PKG_HASH:=767ae6a22950ec42f3ba5f7c1de79dd27800ee8e9b8642da5dedb5974a1741e5 +PKG_HASH:=7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283 HOST_BUILD_PARALLEL := 1 |