tbb: update to 2019.U1.
This commit is contained in:
parent
0b966acd36
commit
d1361ee992
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
version=2019
|
||||
version=2019.U1
|
||||
revision=1
|
||||
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||
_ver=${version/./_U}
|
||||
_ver=${version/./_}
|
||||
wrksrc="${pkgname}-${_ver}"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Intel Threading Building Blocks"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://www.threadingbuildingblocks.org"
|
||||
distfiles="https://github.com/01org/tbb/archive/${_ver}.tar.gz"
|
||||
checksum=4d149895826cea785cd3b9a14f4aa743b6ef0df520eca7ee27d438fdc3d73399
|
||||
checksum=a4875c6b6853213083e52ecd303546bdf424568ec67cfc7e51d132a7c037c66a
|
||||
|
||||
only_for_archs="i686-musl x86_64-musl armv7l-musl aarch64-musl i686 x86_64 armv7l aarch64"
|
||||
|
||||
|
|
Loading…
Reference in New Issue