aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-01-09 12:31:28 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-01-18 14:08:49 -0800
commitc6db2c880a064b29e0b38eda29f19510235fb4c9 (patch)
treeaf58f3335e667a63252598f1e1bfa0c8aa502778 /ports/cimg
parent75bad0f69baa18aefc70c44e1fa5c6142fb7bbdf (diff)
downloadvcpkg-c6db2c880a064b29e0b38eda29f19510235fb4c9.tar.gz
vcpkg-c6db2c880a064b29e0b38eda29f19510235fb4c9.zip
Updates 2019.01.09
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 8a04a83bf..5bd3ed7d7 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.4.2
+Version: 2.4.4
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 3baed452d..752f36b9f 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.4.2
+ REF v.2.4.4
HEAD_REF master
- SHA512 dc27e7c0b06cd619c4270a91d830dbd3e0dfea851e04d7aab46fe9f2131e4b3717f73ac53bc4d70497ff2efe3bee1ae693e621d993cd63735d00368a362833f3)
+ SHA512 16106e6b225fa53f4d825a1c91a05fca27b7b9219126b4328aa74fc2bdead9f145445524f456d230cef18ea2e2fe39f9f725cdf78ed4556270af728be3aa80e8)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})