diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-01 18:22:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-02 03:12:33 +0100 |
commit | c0887b7ea1ad9d1140729f22adf66cbd5561ef1f (patch) | |
tree | 8555f1e2ac9f92549557ff3aea9ef2074f24123c /package/coreutils | |
parent | 8b7d2d8fc7395a54f610995333baaa460580dedc (diff) |
coreutils: update to 8.25
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index 2c9369012..60d33c19a 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -4,15 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= coreutils -PKG_VERSION:= 8.24 -PKG_RELEASE:= 3 -PKG_HASH:= a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170 +PKG_VERSION:= 8.25 +PKG_RELEASE:= 1 +PKG_HASH:= 31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87 PKG_DESCR:= file, shell and text utilities PKG_SECTION:= base/apps PKG_NEEDS:= threads PKG_URL:= http://www.gnu.org/software/coreutils/ PKG_SITES:= http://ftp.gnu.org/gnu/coreutils/ -PKG_BB:= 1 include $(ADK_TOPDIR)/mk/host.mk include $(ADK_TOPDIR)/mk/package.mk |