diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-09-24 21:11:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 12:11:38 -0700 |
| commit | a4368eabea44fa350b8aad89a9974b0a17eeefcd (patch) | |
| tree | 12a2473fe947d1230a9d1aa8346c2fa10d7f62b2 /versions | |
| parent | 845a5fda11742e02f6884125cd639d76f64be95e (diff) | |
| download | vcpkg-a4368eabea44fa350b8aad89a9974b0a17eeefcd.tar.gz vcpkg-a4368eabea44fa350b8aad89a9974b0a17eeefcd.zip | |
[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.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/pkgconf.json | 5 |
2 files changed, 6 insertions, 1 deletions
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,6 +1,11 @@ { "versions": [ { + "git-tree": "a56de4007c52482253b4e052bc5551655711034c", + "version": "1.8.0", + "port-version": 0 + }, + { "git-tree": "75fe71378e6521fe0e14a82218a9430c831b9809", "version": "1.7.4", "port-version": 0 |
