Fix checksum of Intel TBB package (#5349)
This commit is contained in:
parent
0bd838bd11
commit
abc0c65d03
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class IntelTbb(Package):
|
||||||
|
|
||||||
# Only version-specific URL's work for TBB
|
# Only version-specific URL's work for TBB
|
||||||
# can also use https://github.com/01org/tbb/releases/
|
# can also use https://github.com/01org/tbb/releases/
|
||||||
version('2017.6', '5b0909fbb1741724f7a0ce83232f50b166788af0',
|
version('2017.6', 'c0a722fd1ae66b40aeab25da6049086ef5f02f17',
|
||||||
url='https://github.com/01org/tbb/archive/2017_U6.tar.gz')
|
url='https://github.com/01org/tbb/archive/2017_U6.tar.gz')
|
||||||
version('2017.5', '26f720729d322913912e99d1e4a36bd10625d3ca',
|
version('2017.5', '26f720729d322913912e99d1e4a36bd10625d3ca',
|
||||||
url='https://github.com/01org/tbb/archive/2017_U5.tar.gz')
|
url='https://github.com/01org/tbb/archive/2017_U5.tar.gz')
|
||||||
|
|
Loading…
Reference in a new issue