aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-08 05:15:42 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-08 22:29:53 -0700
commit86fecfc61c3b9b0f5e93b47e4c5d807322e08847 (patch)
treed5fb74caf33115bb44688cefd76b4aecec32b37e /ports/cimg
parentbd5bad18e40c2cc8af26558166a580f37993ac01 (diff)
downloadvcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.tar.gz
vcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.zip
Upgrades 2018.07.08
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 247b45edf..c3acc587c 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.3.2
+Version: 2.3.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 ee760ca16..8704f0f7b 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.3.2
+ REF v.2.3.3
HEAD_REF master
- SHA512 9530a05e7df94e5811c07d5593ff8bcb36e4361dfab6594bb5c39f7eff4fe6640644edc9a243a9ebdeb35c24903ecf60d7b9bbbbd04210fa36bb0b6368cc2296)
+ SHA512 506dd0e55ecab3a1c3b230c97050b302614f187e7ec8634d8499353b278c783cd58408211abd3815d34b4e2b748e4481ccea79d1253d1df511fd3d0723ae4568)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})