diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-10 15:27:48 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-11 11:52:35 -0700 |
| commit | 96da24e7167d18121d9850b6bd7e3836f9354db4 (patch) | |
| tree | d2b0fdf5572c468e7df8088937c288e40136f4d1 /ports/cimg | |
| parent | 971d526d726063a5756d113f3d3cc0a16c8a1bec (diff) | |
| download | vcpkg-96da24e7167d18121d9850b6bd7e3836f9354db4.tar.gz vcpkg-96da24e7167d18121d9850b6bd7e3836f9354db4.zip | |
[cimg][doctest][harfbuzz][libwebsockets] Upgrades
Diffstat (limited to 'ports/cimg')
| -rw-r--r-- | ports/cimg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cimg/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cimg/CONTROL b/ports/cimg/CONTROL index 74f184270..bd6d5b4a4 100644 --- a/ports/cimg/CONTROL +++ b/ports/cimg/CONTROL @@ -1,3 +1,3 @@ Source: cimg -Version: 2.1.8 +Version: 220 Description: The CImg Library is a small, open-source, and modern C++ toolkit for image processing diff --git a/ports/cimg/portfile.cmake b/ports/cimg/portfile.cmake index 6e5a86ad9..84ee0be9f 100644 --- a/ports/cimg/portfile.cmake +++ b/ports/cimg/portfile.cmake @@ -2,9 +2,9 @@ include(vcpkg_common_functions) vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH REPO "dtschump/CImg" - REF "v.218" + REF v.220 HEAD_REF master - SHA512 aa6267c9b425cb82aa3aeadea9f7c1ffdd975d01b4f64b8cd905ce11cf062ae22eea9b519c681f0fef239615a621dd3cae2a67e04e6cac96425776a4ac176a23) + SHA512 f4954296d7aab9ba840e27d09d4d9abc21d78bedc32bd828f3c898348de7c3711096c1b6ff563907dfa41c78d1ae1c2ac5a8437d272a8d304f940f23b7844076) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
