From c0c175e4fe8401f296ddad9f0888514b6e55be8f Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Tue, 6 Feb 2024 12:13:59 +0100 Subject: [PATCH] tools/pkgconf: update to 2.1.1 Changes: https://github.com/pkgconf/pkgconf/blob/2edf954f3a80d2ccb4ba41938e5078fdde9d3ca4/NEWS Signed-off-by: Nick Hainke --- tools/pkgconf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pkgconf/Makefile b/tools/pkgconf/Makefile index a4eeaae56b..e1dea71c8a 100644 --- a/tools/pkgconf/Makefile +++ b/tools/pkgconf/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pkgconf -PKG_VERSION:=2.1.0 +PKG_VERSION:=2.1.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf -PKG_HASH:=266d5861ee51c52bc710293a1d36622ae16d048d71ec56034a02eb9cf9677761 +PKG_HASH:=3a224f2accf091b77a5781316e27b9ee3ba82c083cc2e539e08940b68a44fec5 PKG_CPE_ID:=cpe:/a:pkgconf:pkgconf -- 2.30.2