Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-17 15:35:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-17 15:35:13 +0400
commit70308d51f19599b894abd266d6c1cb5bede51fbf (patch)
tree8198c82ff0d1266fde4c7ca215fd6b7550f3ad76 /build_files
parentb20cb616072a58b5f6e97c40aaa5fa3c299e6edb (diff)
Install dependencies: use OIIO 1.1.1 where SHA crap seems to be solved
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index cda18344184..b163e7e8e60 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -20,7 +20,7 @@ OCIO_VERSION="1.0.7"
OCIO_SOURCE="https://github.com/imageworks/OpenColorIO/tarball/v$OCIO_VERSION"
OCIO_VERSION_MIN="1.0"
-OIIO_VERSION="1.1.0"
+OIIO_VERSION="1.1.1"
OIIO_SOURCE="https://github.com/OpenImageIO/oiio/tarball/Release-$OIIO_VERSION"
OIIO_VERSION_MIN="1.1"