Mostly bugfixes. https://github.com/pkgconf/pkgconf/blob/pkgconf-2.5.1/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 192130ed2..32a730e1d 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.3.0 -HOST_PKGCONF_MD5 := 833363e77b5bed0131c7bc4cc6f7747b +HOST_PKGCONF_VERSION := 2.5.1 +HOST_PKGCONF_MD5 := 3291128c917fdb8fccd8c9e7784b643b 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
