diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-12 04:03:17 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-12 23:32:09 -0700 |
| commit | 0764aafbd07fffa81e68aa1fe091b01ea429e29c (patch) | |
| tree | f260b96b853b607fd2a7a0cb0218a541a2c075ad /ports/cimg | |
| parent | 600f7fdf30434f7c1e1e15acf3df3271d6b91387 (diff) | |
| download | vcpkg-0764aafbd07fffa81e68aa1fe091b01ea429e29c.tar.gz vcpkg-0764aafbd07fffa81e68aa1fe091b01ea429e29c.zip | |
[abseil][aws-sdk-cpp][breakpad][chakracore][cimg][date][exiv2][libzip][rs-core-lib] Upgrades
Diffstat (limited to 'ports/cimg')
| -rw-r--r-- | ports/cimg/CONTROL | 2 | ||||
| -rw-r--r-- | ports/cimg/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cimg/CONTROL b/ports/cimg/CONTROL index a4b1438e7..694db4b5d 100644 --- a/ports/cimg/CONTROL +++ b/ports/cimg/CONTROL @@ -1,3 +1,3 @@ Source: cimg -Version: 221 +Version: 2.2.2 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 5a130433f..b7607bff2 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.221 + REF v.2.2.2 HEAD_REF master - SHA512 d1aea69f4662e85c5b56c723cadcc69282f2f1c4e3a968efc312a826a15000c11d61756d3ed87e37ae349cebbd62b67503996c45ed1fe038a91a9f0c8dbec43c) + SHA512 b3090e594accc31222e24e787381af315b5168dad4ea9669cc543ad6807c175dd60b9eddceda1c74a7bb716912650219763077b3eaee6fae79cfec1099c65836) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
