From 4fe7626c49c151d01c15dd65e800d3c8ff93ca82 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Thu, 29 Jun 2023 07:49:34 -0600 Subject: [PATCH] deps_builder: Update USD repo and hash USD has recently renamed their repository from USD to OpenUSD leading to a change in the URI for this dep and the hash for the previously released USD 23.05 since the tarball now will have the source in the OpenUSD-23.05 folder. --- build_files/build_environment/cmake/versions.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake index 39078434ae2..203044fc08a 100644 --- a/build_files/build_environment/cmake/versions.cmake +++ b/build_files/build_environment/cmake/versions.cmake @@ -480,8 +480,8 @@ set(EMBREE_HASH_TYPE MD5) set(EMBREE_FILE embree-v${EMBREE_VERSION}.zip) set(USD_VERSION 23.05) -set(USD_URI https://github.com/PixarAnimationStudios/USD/archive/v${USD_VERSION}.tar.gz) -set(USD_HASH 56684f4fdd1a9209dabf03856be5eca6) +set(USD_URI https://github.com/PixarAnimationStudios/OpenUSD/archive/v${USD_VERSION}.tar.gz) +set(USD_HASH d4d92ff112bc82a1718bcd129b853a54) set(USD_HASH_TYPE MD5) set(USD_FILE usd-v${USD_VERSION}.tar.gz)