From 88a86c025c0fb29b27b6caf7bd3873114e6e7c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 23 Mar 2020 16:04:46 +0100 Subject: [PATCH] Deps: TBB changed their repository URL As a result the MD5sum of the downloaded package also changed. --- 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 af0d4e5571d..d1e729a29e5 100644 --- a/build_files/build_environment/cmake/versions.cmake +++ b/build_files/build_environment/cmake/versions.cmake @@ -146,8 +146,8 @@ set(PYTHON_URI https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTH set(PYTHON_HASH d33e4aae66097051c2eca45ee3604803) set(TBB_VERSION 2019_U9) -set(TBB_URI https://github.com/01org/tbb/archive/${TBB_VERSION}.tar.gz) -set(TBB_HASH 584edbec127c508f2cd5b6e79ad200fc) +set(TBB_URI https://github.com/oneapi-src/oneTBB/archive/${TBB_VERSION}.tar.gz) +set(TBB_HASH 26263622e9187212ec240dcf01b66207) set(OPENVDB_VERSION 7.0.0) set(OPENVDB_URI https://github.com/dreamworksanimation/openvdb/archive/v${OPENVDB_VERSION}.tar.gz)