aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-28 02:12:04 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:52:10 -0700
commitfeb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch)
treee9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/cimg
parent2f50e20a3688088490f50b158e0ab14944217b90 (diff)
downloadvcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz
vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip
Upgrades 2018.07.01
Diffstat (limited to 'ports/cimg')
-rw-r--r--ports/cimg/CONTROL2
-rw-r--r--ports/cimg/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cimg/CONTROL b/ports/cimg/CONTROL
index 1aee8a425..247b45edf 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.2.3
+Version: 2.3.2
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 1023eec26..ee760ca16 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.3
+ REF v.2.3.2
HEAD_REF master
- SHA512 0c92b4162e9259e447f9d1e777cc18b9df57cde77159681cdc8e15843f3c149fbf9ac7a420d63642d2a3aefb36bdb1740ef53d587a0983c32748f317605c16e0)
+ SHA512 9530a05e7df94e5811c07d5593ff8bcb36e4361dfab6594bb5c39f7eff4fe6640644edc9a243a9ebdeb35c24903ecf60d7b9bbbbd04210fa36bb0b6368cc2296)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})