aboutsummaryrefslogtreecommitdiff
path: root/ports/cimg
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-15 22:30:11 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-15 22:30:11 -0700
commitc95512aaf6cb590a5fd809075d012e617ad33525 (patch)
tree87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/cimg
parent56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff)
downloadvcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz
vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
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 6efe6545e..deaa285d2 100644
--- a/ports/cimg/CONTROL
+++ b/ports/cimg/CONTROL
@@ -1,3 +1,3 @@
Source: cimg
-Version: 2.4.5
+Version: 2.5.5
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 e19efd450..2ee5a7537 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.5
+ REF v.2.5.5
HEAD_REF master
- SHA512 0a306ba4265a0e68d358e1ca54c597e80b43e72205de161d0971cd5837ca7d48322725d6ec129381e708a1d11fb5697884a5901ac753080fd8d8c08b80b28138)
+ SHA512 101bc6543684a5d2f782d6da4f3b9954b8b3394ff6937889cba6451e2de8b51d43072d0bbefc82e652ba029a6a7ebe6390671ef28643ea4a644e2b6d1c7eddd3)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})