Browse Source

package/tbb: bump to version 2021.12.0

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Francis Laniel 1 year ago
parent
commit
77c62cfc75
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/tbb/tbb.hash
  2. 1 1
      package/tbb/tbb.mk

+ 1 - 1
package/tbb/tbb.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363  tbb-2021.11.0.tar.gz
+sha256  c7bb7aa69c254d91b8f0041a71c5bcc3936acb64408a1719aec0b2b7639dd84f  tbb-2021.12.0.tar.gz
 sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE.txt

+ 1 - 1
package/tbb/tbb.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TBB_VERSION = 2021.11.0
+TBB_VERSION = 2021.12.0
 TBB_SITE = $(call github,01org,tbb,v$(TBB_VERSION))
 TBB_INSTALL_STAGING = YES
 TBB_LICENSE = Apache-2.0