Skip to content
Snippets Groups Projects
Commit 6ed75d82 authored by Ray Molenkamp's avatar Ray Molenkamp Committed by Philipp Oeser
Browse files

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.
parent db9506aa
No related branches found
No related tags found
No related merge requests found
......@@ -484,8 +484,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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment