mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/blake3: bump version to 1.5.4
For change log since 1.5.1, see: [1] [2] [3]. Also, v1.5.2 added the new license "Apache-2.0 with (LLVM) exceptions". The initial LICENSE file was split in three different files (one file per license). See [4] [5]. This commit updates _LICENSE, _LICENSE_FILES and the hash file accordingly. [1] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.2 [2] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.3 [3] https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4 [4]bb8761256a
[5]0b2c630cc5
Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6febbd6f1e
commit
799d43ae05
@ -1,3 +1,5 @@
|
||||
# sha256 computed locally
|
||||
sha256 822cd37f70152e5985433d2c50c8f6b2ec83aaf11aa31be9fe71486a91744f37 blake3-1.5.1.tar.gz
|
||||
sha256 6a94bedb8b707ed97f6e310d0d015ab14e0683ffa0a612b02958581b9cc9fc0e LICENSE
|
||||
sha256 ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416 blake3-1.5.4.tar.gz
|
||||
sha256 00fcc7a934ddbc9ece2a7cc063ac788e284b703b1d705ccbba72d462aa97921e LICENSE_A2
|
||||
sha256 a5695f57ea0c221e0e8b7d784ff774c35e88c3d3270353646a925880bb3492cc LICENSE_A2LLVM
|
||||
sha256 a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499 LICENSE_CC0
|
||||
|
@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BLAKE3_VERSION = 1.5.1
|
||||
BLAKE3_VERSION = 1.5.4
|
||||
BLAKE3_SITE = $(call github,BLAKE3-team,BLAKE3,$(BLAKE3_VERSION))
|
||||
BLAKE3_SUBDIR = c
|
||||
BLAKE3_LICENSE = Apache-2.0, CC0-1.0
|
||||
BLAKE3_LICENSE_FILES = LICENSE
|
||||
BLAKE3_LICENSE = Apache-2.0 or Apache-2.0 with exceptions or CC0-1.0
|
||||
BLAKE3_LICENSE_FILES = LICENSE_A2 LICENSE_A2LLVM LICENSE_CC0
|
||||
|
||||
# The package is a dependency to ccache so ccache cannot be a dependency
|
||||
HOST_BLAKE3_ADD_CCACHE_DEPENDENCY = NO
|
||||
|
Loading…
Reference in New Issue
Block a user