diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template index ed07b4f357d..c37953a6f53 100644 --- a/srcpkgs/tbb/template +++ b/srcpkgs/tbb/template @@ -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 " 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*) diff --git a/srcpkgs/tbb/update b/srcpkgs/tbb/update index 39dcf3d68b3..c5664d04c46 100644 --- a/srcpkgs/tbb/update +++ b/srcpkgs/tbb/update @@ -1 +1 @@ -pattern="/01org/tbb/archive/\K[0-9_U]+(?=\.tar\.gz)" +pattern="/intel/tbb/archive/\K[0-9_U]+(?=\.tar\.gz)"