diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-12 00:22:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:22:35 -0700 |
| commit | c379c527bd52816186a5faf92df7401ce8f861bf (patch) | |
| tree | 33e7dc32057f6482d4077c807f7decbaa9ecc878 /versions | |
| parent | 0fa821a46e7035ea790294b5ad7ace69ef56f9bd (diff) | |
| download | vcpkg-c379c527bd52816186a5faf92df7401ce8f861bf.tar.gz vcpkg-c379c527bd52816186a5faf92df7401ce8f861bf.zip | |
[matplotplusplus] Re-fix 3rd libraries installation (#18306)
* [matplotplusplus] Re-fix 3rd libraries installation.
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/m-/matplotplusplus.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 559a12262..616b1552a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3918,7 +3918,7 @@ }, "matplotplusplus": { "baseline": "2021-04-11", - "port-version": 2 + "port-version": 3 }, "matroska": { "baseline": "1.6.2", diff --git a/versions/m-/matplotplusplus.json b/versions/m-/matplotplusplus.json index 7d3021d44..d409eab68 100644 --- a/versions/m-/matplotplusplus.json +++ b/versions/m-/matplotplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e60b72bfb17b3263a7ee1e056af221991f5c7d69", + "version-date": "2021-04-11", + "port-version": 3 + }, + { "git-tree": "6b6b0deac894d376c04b11f3f01a26952b97b0b1", "version-date": "2021-04-11", "port-version": 2 |
