diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-12 00:51:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:51:15 -0700 |
| commit | dc94103b4ab8c073d3ea0b694ae900b660f0c953 (patch) | |
| tree | d6fc4715613ddf8132c359e8e38d9d93cd843bfd /versions | |
| parent | b5f8ec7c0400abe98696464e5c3b783e500f5b4b (diff) | |
| download | vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.tar.gz vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.zip | |
[kf5config] Add DISABLE_PARALLEL_CONFIGURE (#18345)
* [kf5config] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/k-/kf5config.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 1bcc8f040..ccb65c43d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2850,7 +2850,7 @@ }, "kf5config": { "baseline": "5.81.0", - "port-version": 0 + "port-version": 1 }, "kf5coreaddons": { "baseline": "5.81.0", diff --git a/versions/k-/kf5config.json b/versions/k-/kf5config.json index e52aecd94..c66801236 100644 --- a/versions/k-/kf5config.json +++ b/versions/k-/kf5config.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1bd7078c91196234f1c9686533b7d7a32236cbd7", + "version": "5.81.0", + "port-version": 1 + }, + { "git-tree": "79afbe3512b5e5d144212f69294ed2859f2df3e9", "version": "5.81.0", "port-version": 0 |
