diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-25 23:56:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-28 16:04:38 +0200 |
commit | 4731bb9d73c40d3e17ef00c876b27770c34b6d54 (patch) | |
tree | 8f0ee8a79dfc26e2b10c562803cb4c27499a91f1 | |
parent | b9563ebecf26edac103e39880bd7acc938cfeea9 (diff) | |
download | buildroot-4731bb9d73c40d3e17ef00c876b27770c34b6d54.tar.gz buildroot-4731bb9d73c40d3e17ef00c876b27770c34b6d54.zip |
package/coreutils: bump version to 8.27
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/coreutils/coreutils.hash | 2 | ||||
-rw-r--r-- | package/coreutils/coreutils.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/coreutils/coreutils.hash b/package/coreutils/coreutils.hash index 37d630bba9..472cab55f5 100644 --- a/package/coreutils/coreutils.hash +++ b/package/coreutils/coreutils.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 155e94d748f8e2bc327c66e0cbebdb8d6ab265d2f37c3c928f7bf6c3beba9a8e coreutils-8.26.tar.xz +sha256 8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b coreutils-8.27.tar.xz diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 0769bca0d6..14b952f5a1 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -4,7 +4,7 @@ # ################################################################################ -COREUTILS_VERSION = 8.26 +COREUTILS_VERSION = 8.27 COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz COREUTILS_LICENSE = GPL-3.0+ |