mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/tbb: Updated for version 4.3u2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d41a1dfac5
commit
4eb6c0577e
2 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@
|
|||
# Written by powtrix (@gmail.com)
|
||||
|
||||
PRGNAM=tbb
|
||||
VERSION=${VERSION-4.3u1}
|
||||
VERSION=${VERSION-4.3u2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=${SRCVERSION:-43_20141023oss}
|
||||
SRCVERSION=${SRCVERSION:-43_20141204oss}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tbb"
|
||||
VERSION="4.3u1"
|
||||
VERSION="4.3u2"
|
||||
HOMEPAGE="https://www.threadingbuildingblocks.org"
|
||||
DOWNLOAD="https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20141023oss_src.tgz"
|
||||
MD5SUM="23f2b3c11f73a22a4afdcad4aeef6bde"
|
||||
DOWNLOAD="https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20141204oss_src.tgz"
|
||||
MD5SUM="e903dd92d9433701f097fa7ca29a3c1f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue