diff mbox series

[1/1] package/diffutils: bump version to 3.10

Message ID 20230628151701.561756-1-bernd@kuhls.net
State Accepted
Headers show
Series [1/1] package/diffutils: bump version to 3.10 | expand

Commit Message

Bernd Kuhls June 28, 2023, 3:17 p.m. UTC
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00009.html

Added sha1 hash provided by upstream.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/diffutils/diffutils.hash | 4 +++-
 package/diffutils/diffutils.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni July 1, 2023, 2:08 p.m. UTC | #1
On Wed, 28 Jun 2023 17:17:01 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Release notes:
> https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00009.html
> 
> Added sha1 hash provided by upstream.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/diffutils/diffutils.hash | 4 +++-
>  package/diffutils/diffutils.mk   | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/diffutils/diffutils.hash b/package/diffutils/diffutils.hash
index ff0e9ab278..df160a124d 100644
--- a/package/diffutils/diffutils.hash
+++ b/package/diffutils/diffutils.hash
@@ -1,4 +1,6 @@ 
+# From https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00009.html
+sha1  c16a9cf107ad1f0f791b6d00852dc5e961c1c451  diffutils-3.10.tar.xz
 # Locally calculated after checking pgp signature
-sha256  d80d3be90a201868de83d78dad3413ad88160cc53bcc36eb9eaf7c20dbf023f1  diffutils-3.9.tar.xz
+sha256  90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e  diffutils-3.10.tar.xz
 # Locally calculated
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk
index 1004437026..2c66434a9a 100644
--- a/package/diffutils/diffutils.mk
+++ b/package/diffutils/diffutils.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-DIFFUTILS_VERSION = 3.9
+DIFFUTILS_VERSION = 3.10
 DIFFUTILS_SOURCE = diffutils-$(DIFFUTILS_VERSION).tar.xz
 DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
 DIFFUTILS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)