tbb: update to 2019.U6.
This commit is contained in:
parent
d2b1fa2fb0
commit
39b6d2e01d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tbb'
|
||||
pkgname=tbb
|
||||
version=2019.U5
|
||||
revision=2
|
||||
version=2019.U6
|
||||
revision=1
|
||||
archs="i686* x86_64* armv7l* aarch64* ppc64le* ppc64"
|
||||
# version rewrite: 2017_U7 (upstream) => 2017.7 (xbps)
|
||||
_ver=${version/./_}
|
||||
|
@ -12,8 +12,8 @@ short_desc="Intel Threading Building Blocks"
|
|||
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=2ea82d74dec50e18075b4982b8d360f8bd2bf2950f38e2db483aef82e0047444
|
||||
distfiles="https://github.com/intel/tbb/archive/${_ver}.tar.gz"
|
||||
checksum=2ba197b3964fce8a84429dd15b75eba7434cb89afc54f86d5ee6f726fdbe97fd
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv7l*)
|
||||
|
|
|
@ -1 +1 @@
|
|||
pattern="/01org/tbb/archive/\K[0-9_U]+(?=\.tar\.gz)"
|
||||
pattern="/intel/tbb/archive/\K[0-9_U]+(?=\.tar\.gz)"
|
||||
|
|
Loading…
Reference in New Issue