From a4368eabea44fa350b8aad89a9974b0a17eeefcd Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Fri, 24 Sep 2021 21:11:38 +0200 Subject: [pkgconf] Update to 1.8 (and a few extras; world rebuild) (#20243) * [vcpkg/script/meson] add option NO_PKG_CONFIG to skip pkg-config setup * [vcpkg/script/pkgconfig] move vcpkg_find_acquire_program(PKGCONFIG) into the check section where it is used * [pkgconf] Update to 1.8.0 * version stuff * remove unused patch. * (CR) quote string * version update. --- versions/baseline.json | 2 +- versions/p-/pkgconf.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 9d8c57f72..1252bd052 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5093,7 +5093,7 @@ "port-version": 0 }, "pkgconf": { - "baseline": "1.7.4", + "baseline": "1.8.0", "port-version": 0 }, "platform-folders": { diff --git a/versions/p-/pkgconf.json b/versions/p-/pkgconf.json index 6b14e2c55..44a48125a 100644 --- a/versions/p-/pkgconf.json +++ b/versions/p-/pkgconf.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a56de4007c52482253b4e052bc5551655711034c", + "version": "1.8.0", + "port-version": 0 + }, { "git-tree": "75fe71378e6521fe0e14a82218a9430c831b9809", "version": "1.7.4", -- cgit v1.2.3