aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio
diff options
context:
space:
mode:
authorWimok Nupphiboon <wimok.mok@gmail.com>2018-04-04 20:09:49 +0700
committerWimok Nupphiboon <wimok.mok@gmail.com>2018-04-04 20:09:49 +0700
commit30b56c86148babd61eb6c7c2807421bdcd8d3c13 (patch)
tree8609cff09bc6c367cc4646d5f8aaf08f49da26f4 /ports/openimageio
parentc681f4ee840c81a508fc0e8352c9aedf66fb5eaf (diff)
parent599aea98c9a2ef587fd9deacdfcf64dfa2e3c4db (diff)
downloadvcpkg-30b56c86148babd61eb6c7c2807421bdcd8d3c13.tar.gz
vcpkg-30b56c86148babd61eb6c7c2807421bdcd8d3c13.zip
Merge remote-tracking branch 'origin/master'
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 88a66b315..7da61fcb7 100644
--- a/ports/openimageio/CONTROL
+++ b/ports/openimageio/CONTROL
@@ -1,4 +1,4 @@
Source: openimageio
-Version: 1.8.9
+Version: 1.8.10
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
diff --git a/ports/openimageio/portfile.cmake b/ports/openimageio/portfile.cmake
index 21a5899c1..a9bc35608 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.9
- SHA512 300eab0d2e7277c46550339d72af59b3ab2232d296b4d46808575015075cdbb9dd911e9b335c0d10bf6d95ebde907240af0f4828d422aca091f82491693dfef3
+ REF Release-1.8.10
+ SHA512 8b80019feb6bffd63bdd64e4ddad5a85b42f0ed7c27f7d82475b60b0b4db3945bd70d8d75921dd9ae8830b941d7eef6b89364ee1ab418558b75397a784314949
HEAD_REF master
)