diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-17 17:20:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:20:57 -0700 |
| commit | 66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (patch) | |
| tree | 97c854b2bc6e784a5f41def106f9c336ebb14490 /ports/matplotplusplus | |
| parent | 8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (diff) | |
| download | vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.tar.gz vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.zip | |
many-ports: Update supports field (#20053)
* many-ports: Update supports field
* Fix several "version-string"s.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/matplotplusplus')
| -rw-r--r-- | ports/matplotplusplus/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/matplotplusplus/vcpkg.json b/ports/matplotplusplus/vcpkg.json index 5650ae9f5..296b6f880 100644 --- a/ports/matplotplusplus/vcpkg.json +++ b/ports/matplotplusplus/vcpkg.json @@ -1,11 +1,11 @@ { "name": "matplotplusplus", "version-date": "2021-04-11", - "port-version": 4, + "port-version": 5, "description": "A C++ graphics library for data visualization", "homepage": "https://alandefreitas.github.io/matplotplusplus/", "license": "MIT", - "supports": "!(arm | uwp)", + "supports": "!uwp & !(windows & arm)", "dependencies": [ "cimg", { |
