diff options
| author | Kim Christensen <kimworking@gmail.com> | 2018-03-10 12:36:22 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-10 03:36:22 -0800 |
| commit | b7daa881f5941f7b4aaf7d8ad667b5a761c9b4cc (patch) | |
| tree | 23178ed2884e855425b35a1943470e23f497e987 /ports/ilmbase | |
| parent | 667f34314f8a6edcb01c1bba72a9dc07ccd6a21c (diff) | |
| download | vcpkg-b7daa881f5941f7b4aaf7d8ad667b5a761c9b4cc.tar.gz vcpkg-b7daa881f5941f7b4aaf7d8ad667b5a761c9b4cc.zip | |
Update OpenExr to 2.2.1 (#2931)
Diffstat (limited to 'ports/ilmbase')
| -rw-r--r-- | ports/ilmbase/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ilmbase/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ilmbase/CONTROL b/ports/ilmbase/CONTROL index 2060d94d5..9e405df31 100644 --- a/ports/ilmbase/CONTROL +++ b/ports/ilmbase/CONTROL @@ -1,3 +1,3 @@ Source: ilmbase -Version: 2.2.0-1 +Version: 2.2.1-1 Description: Base libraries from ILM for OpenEXR diff --git a/ports/ilmbase/portfile.cmake b/ports/ilmbase/portfile.cmake index f81423afc..1752beb2c 100644 --- a/ports/ilmbase/portfile.cmake +++ b/ports/ilmbase/portfile.cmake @@ -2,8 +2,8 @@ if (VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") message(FATAL_ERROR "UWP build not supported") endif() -set(ILM_VERSION 2.2.0) -set(ILM_HASH 0bbad14ed2bd286dff3987b16ef8631470211da54f822cb3e29b7931807216845ded81c9bf41fd2d22a8b362e8b9904a5450f61f5a242e460083e86b846513f1) +set(ILM_VERSION 2.2.1) +set(ILM_HASH a08ddd9069b34a93612445a445a2ddf80c0e22349bcf221a3cc6e9f5575180b08a8b597009dacabf072360e7162e15964988bc79e8ec82cf3da6507148a75320) include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ilmbase-${ILM_VERSION}) |
