From 31ced13e5df5469f1aeca3f8f2d4da1dc4096a78 Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Tue, 14 Oct 2025 21:18:28 +0200 Subject: [PATCH] package/grout: bump to 0.13.0 version See the release note of the new versions: https://github.com/DPDK/grout/releases/tag/v0.13.0 https://github.com/DPDK/grout/releases/tag/v0.12.0 Signed-off-by: Maxime Leroy Signed-off-by: Arnout Vandecappelle --- package/grout/grout.hash | 2 +- package/grout/grout.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/grout/grout.hash b/package/grout/grout.hash index 0c036b05f6..248c375710 100644 --- a/package/grout/grout.hash +++ b/package/grout/grout.hash @@ -1,3 +1,3 @@ # Locally computed: -sha256 7bd7caecc3451aea3462a86c31d2ee953a9b7789975b5522dd5f09204558f99d grout-0.11.0.tar.gz +sha256 6d1ba4fda3fec6cbc5d4f4d48fe2435fabd36b27540a439a01a44361f6998971 grout-0.13.0.tar.gz sha256 1e412aae8da58b718c78b3d7a52eb547004384d4347e4746a22ca6af7522930c licenses/BSD-3-clause.txt diff --git a/package/grout/grout.mk b/package/grout/grout.mk index 5abf265f19..07ea585a01 100644 --- a/package/grout/grout.mk +++ b/package/grout/grout.mk @@ -4,7 +4,7 @@ # ################################################################################ -GROUT_VERSION = 0.11.0 +GROUT_VERSION = 0.13.0 GROUT_SITE = $(call github,DPDK,grout,v$(GROUT_VERSION)) GROUT_LICENSE = BSD-3-Clause GROUT_LICENSE_FILES = licenses/BSD-3-clause.txt