From 7f3329b7fd2bf1983c5c48dc514a16d67b2155a3 Mon Sep 17 00:00:00 2001 From: Kadambini Nema Date: Sun, 18 May 2025 14:13:05 -0700 Subject: [PATCH] package/gperf: bump to version 3.3 Release notes: https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00013.html https://lists.gnu.org/archive/html/info-gnu/2025-04/msg00004.html Changelog: https://git.savannah.gnu.org/gitweb/?p=gperf.git;a=blob;f=ChangeLog;h=7966fcd0384f833f8b7d8ebdf9c5c90c22b4e48c;hb=d2aeec9b9c1fd04dbf747afe4ada8e772d315ccd Signed-off-by: Kadambini Nema Signed-off-by: Julien Olivain --- package/gperf/gperf.hash | 4 ++-- package/gperf/gperf.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/gperf/gperf.hash b/package/gperf/gperf.hash index 1ea48c454b..9615c4e62b 100644 --- a/package/gperf/gperf.hash +++ b/package/gperf/gperf.hash @@ -1,7 +1,7 @@ # Locally calculated after checking pgp signature -# https://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz.sig +# https://ftp.gnu.org/pub/gnu/gperf/gperf-3.3.tar.gz.sig # with key 93C08C88471097CD -sha256 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2 gperf-3.1.tar.gz +sha256 fd87e0aba7e43ae054837afd6cd4db03a3f2693deb3619085e6ed9d8d9604ad8 gperf-3.3.tar.gz # Locally calculated sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk index 4b928a0ebd..cf0694f9f8 100644 --- a/package/gperf/gperf.mk +++ b/package/gperf/gperf.mk @@ -4,7 +4,7 @@ # ################################################################################ -GPERF_VERSION = 3.1 +GPERF_VERSION = 3.3 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf GPERF_LICENSE = GPL-3.0+ GPERF_LICENSE_FILES = COPYING