diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-17 17:35:11 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-17 22:56:05 -0700 |
| commit | 6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch) | |
| tree | 1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/cimg | |
| parent | 5e754c1d44155821702233649dc28c44cb9342bd (diff) | |
| download | vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip | |
2018.05.17 updates
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 694db4b5d..1aee8a425 100644 --- a/ports/cimg/CONTROL +++ b/ports/cimg/CONTROL @@ -1,3 +1,3 @@ Source: cimg -Version: 2.2.2 +Version: 2.2.3 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 b7607bff2..1023eec26 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.2.2.2 + REF v.2.2.3 HEAD_REF master - SHA512 b3090e594accc31222e24e787381af315b5168dad4ea9669cc543ad6807c175dd60b9eddceda1c74a7bb716912650219763077b3eaee6fae79cfec1099c65836) + SHA512 0c92b4162e9259e447f9d1e777cc18b9df57cde77159681cdc8e15843f3c149fbf9ac7a420d63642d2a3aefb36bdb1740ef53d587a0983c32748f317605c16e0) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
