Fix T78775: broken Embree build in make deps for 2.83

The release was re-issued for unknown reasons, changes seems like they would
have no impact on Cycles and Embree is disabled by default anyway.
This commit is contained in:
Brecht Van Lommel 2020-07-10 14:25:56 +02:00
parent b740f7f1c7
commit 7329138e82
Notes: blender-bot 2023-10-13 01:54:23 +02:00
Referenced by issue #78775, tags/v2.83.2 - embree release reissued, breaks build (changed source archive md5)
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ set(SQLITE_HASH fb558c49ee21a837713c4f1e7e413309aabdd9c7)
set(EMBREE_VERSION 3.8.0)
set(EMBREE_URI https://github.com/embree/embree/archive/v${EMBREE_VERSION}.zip)
set(EMBREE_HASH ac504d5426945fe25dec1267e0c39d52)
set(EMBREE_HASH 837b297bfe9c328152e9ce42c301d340)
set(USD_VERSION 19.11)
set(USD_URI https://github.com/PixarAnimationStudios/USD/archive/v${USD_VERSION}.tar.gz)