diff options
| author | Alex <leha-bot@users.noreply.github.com> | 2020-08-31 19:36:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 09:36:11 -0700 |
| commit | 85a6327c70944d905dc4d73cb57eb707e4609187 (patch) | |
| tree | 9c2e82dc116d40152dd20cc5a89bd8ef8066fb01 /ports/matplotlib-cpp | |
| parent | 2240a5f7843b9642be43af199081b07477f8ae40 (diff) | |
| download | vcpkg-85a6327c70944d905dc4d73cb57eb707e4609187.tar.gz vcpkg-85a6327c70944d905dc4d73cb57eb707e4609187.zip | |
[matplotlib-cpp] Upgrade to latest version (#13201)
Diffstat (limited to 'ports/matplotlib-cpp')
| -rw-r--r-- | ports/matplotlib-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/matplotlib-cpp/portfile.cmake | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/matplotlib-cpp/CONTROL b/ports/matplotlib-cpp/CONTROL index cdbf0afc2..807f6c1cb 100644 --- a/ports/matplotlib-cpp/CONTROL +++ b/ports/matplotlib-cpp/CONTROL @@ -1,4 +1,4 @@ Source: matplotlib-cpp -Version: 2019-09-24 +Version: 2020-08-27 Description: Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib Homepage: https://github.com/lava/matplotlib-cpp diff --git a/ports/matplotlib-cpp/portfile.cmake b/ports/matplotlib-cpp/portfile.cmake index ed2ff5b9a..e3b61c237 100644 --- a/ports/matplotlib-cpp/portfile.cmake +++ b/ports/matplotlib-cpp/portfile.cmake @@ -1,12 +1,10 @@ # header-only library -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO lava/matplotlib-cpp - REF f4ad842e70cc56a38f3e4cd852968c7c1cecc9a7 - SHA512 433eb2bc60aa65b9bc40310d7a55b728737e59aafe13e06ddf1a71b25e3cc365cd10f64121fba936180c98eaf5c96dfaf2547e0e3c0daef0b808d1527a37cc17 + REF 70d508fcb7febc66535ba923eac1b1a4e571e4d1 + SHA512 4da452fc38b6c349a1b08b97775ef2d90354fabd3c8c3a0383f08609b22dea222b7f3e091efc1b833755f6b5c1e8564e675d2ed54cdc21f8b07b1b7bb44a82f4 HEAD_REF master ) |
