aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:28:21 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-19 14:13:12 -0700
commit64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch)
tree6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/cimg
parent7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff)
downloadvcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz
vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip
Upgrades 2018.09.18
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 c3acc587c..ecb4df9f9 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.3.3
+Version: 2.3.6
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 8704f0f7b..edf4839d3 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.3
+ REF v.2.3.6
HEAD_REF master
- SHA512 506dd0e55ecab3a1c3b230c97050b302614f187e7ec8634d8499353b278c783cd58408211abd3815d34b4e2b748e4481ccea79d1253d1df511fd3d0723ae4568)
+ SHA512 b2214e6f72eee0dd4fd20739030c4082bfe67923a7f2efe74709b42e07d58552a6b7d1306f0fddf9478294e822313fe3bae0bff5c141e7dbb4453d08b3d9b05d)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})