Looks like minor changes. Hopefully it doesn't break anything. https://github.com/pkgconf/pkgconf/blob/pkgconf-2.2.0/NEWS
Signed-off-by: Christian Melki <[email protected]> --- rules/host-pkgconf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-pkgconf.make b/rules/host-pkgconf.make index 7cc949078..7822dbb11 100644 --- a/rules/host-pkgconf.make +++ b/rules/host-pkgconf.make @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PKGCONF) += host-pkgconf # # Paths and names # -HOST_PKGCONF_VERSION := 2.1.1 -HOST_PKGCONF_MD5 := bc29d74c2483197deb9f1f3b414b7918 +HOST_PKGCONF_VERSION := 2.2.0 +HOST_PKGCONF_MD5 := 00e309a3bf0909030a4fc701389db2b9 HOST_PKGCONF := pkgconf-$(HOST_PKGCONF_VERSION) HOST_PKGCONF_SUFFIX := tar.xz HOST_PKGCONF_URL := https://distfiles.ariadne.space/pkgconf/$(HOST_PKGCONF).$(HOST_PKGCONF_SUFFIX) -- 2.34.1
