aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-03 20:40:37 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-18 02:11:05 -0700
commit7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (patch)
tree487e03e8cffb752c9054d5bc3fff356ebe23ca8f /ports/openimageio
parent798f9cae6cf5887eb78bde90b129a68ca05dec89 (diff)
downloadvcpkg-7e5bb652fba1d6ca805a73fd992ab5e7e1945b61.tar.gz
vcpkg-7e5bb652fba1d6ca805a73fd992ab5e7e1945b61.zip
Upgrades 2018.08.03
Diffstat (limited to 'ports/openimageio')
-rw-r--r--ports/openimageio/CONTROL2
-rw-r--r--ports/openimageio/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openimageio/CONTROL b/ports/openimageio/CONTROL
index 0645c03a1..12bc943d7 100644
--- a/ports/openimageio/CONTROL
+++ b/ports/openimageio/CONTROL
@@ -1,5 +1,5 @@
Source: openimageio
-Version: Release-1.8.12-1
+Version: Release-1.8.13
Description: A library for reading and writing images, and a bunch of related classes, utilities, and application
Build-Depends: libjpeg-turbo, tiff, libpng, openexr, boost-thread, boost-smart-ptr, boost-foreach, boost-regex, boost-type-traits, boost-static-assert, boost-unordered, boost-config, boost-algorithm, boost-filesystem, boost-system, boost-thread, boost-asio, boost-random, robin-map
diff --git a/ports/openimageio/portfile.cmake b/ports/openimageio/portfile.cmake
index 86d83aba4..c5786db64 100644
--- a/ports/openimageio/portfile.cmake
+++ b/ports/openimageio/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenImageIO/oiio
- REF Release-1.8.12
- SHA512 2475792ff475d34b47b6af5ca71c6cf6d9d8c60452a506b1bf740b9dbb20ea72109117dc9a531b8302095de99f6280172723f26e23dc6e038256cbb43b697145
+ REF Release-1.8.13
+ SHA512 578d039399846f994dd8e4b94a7b56f2bcec45571c2144705fc4e2fe6a3e1d878d79a96c0484350d54b46eef7796d46becda9f5d50f266cd730f63d97af0650e
HEAD_REF master
PATCHES
# fix_libraw: replace 'LibRaw_r_LIBRARIES' occurences by 'LibRaw_LIBRARIES'