From 142c7d6522ea4573193b01fb65c8f4b10dc34045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 16 Dec 2025 14:43:44 +0100 Subject: [PATCH] versions: Update gperf to 3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update gperf to its latest release. Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 1fd141ec40..1a84f3d5dc 100644 --- a/versions.yaml +++ b/versions.yaml @@ -305,7 +305,7 @@ externals: gperf: description: "GNU gperf is a perfect hash function generator" url: "http://ftpmirror.gnu.org/gperf/" - version: "3.1" + version: "3.3" hadolint: description: "the dockerfile linter used by static-checks"