Commit: 513b639df92677fc3fe903fba61dfd08584105e7
Author: Brecht Van Lommel
Date:   Tue Dec 6 14:56:44 2022 +0100
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rB513b639df92677fc3fe903fba61dfd08584105e7

OSL: set to 1.12.7.1 instead of specific hash

It's no longer required after fixes, just use latest official now.

===================================================================

M       build_files/build_environment/cmake/versions.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/versions.cmake 
b/build_files/build_environment/cmake/versions.cmake
index 76744d12f6c..92141239ea1 100644
--- a/build_files/build_environment/cmake/versions.cmake
+++ b/build_files/build_environment/cmake/versions.cmake
@@ -198,9 +198,9 @@ set(TIFF_CPE 
"cpe:2.3:a:libtiff:libtiff:${TIFF_VERSION}:*:*:*:*:*:*:*")
 # Commit c8dd33f5a37b6a6db0b6950d24f9a7cff5ceb799 breaks rendering in Cycles 
with OptiX, so this
 # is intentionally still a commit before that and therefore 1.13.0.1. To be 
updated to a newer
 # version before landing this in master.
-set(OSL_VERSION 1a7670600c8b08c2443a78d03c8c27e9a1149140)
-set(OSL_URI 
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/${OSL_VERSION}.tar.gz)
-set(OSL_HASH 7b6d6716b05d1addb92a8f47280bf77f)
+set(OSL_VERSION 1.12.7.1)
+set(OSL_URI 
https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/archive/v${OSL_VERSION}.tar.gz)
+set(OSL_HASH 53211da86c34ba6e0344998c1a6d219c)
 set(OSL_HASH_TYPE MD5)
 set(OSL_FILE OpenShadingLanguage-${OSL_VERSION}.tar.gz)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to