aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-01 19:27:44 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-11-08 00:17:59 -0800
commit9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (patch)
tree353008a6990f11aa5b850d7dc6a753710c2f3d4e /ports/cimg
parent848233b137fc93edd04c45a039d03de8b5abc1b4 (diff)
downloadvcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.tar.gz
vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.zip
Updates 2018.11.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 6170fb678..9d8704ea1 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.4.0
+Version: 2.4.1
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 8dd1626f6..70b397e45 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.0
+ REF v.2.4.1
HEAD_REF master
- SHA512 5aae75afcccc965e11eae6f322a15d245d2f75b7ad4914c61add3638c1bfaf5d9cf8cc52b52743cd21b149e0397ce180ab5e5f29dc09d37b443c3f3550c8a5a5)
+ SHA512 b0582a158024a13c9d6779e4e6a37487bb8c18b3e91f8fa56a6d0ee3dbaede2567f00c29432f41ca8e3845e98566375b285fb674721225705f6ade91894db081)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})