mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
xxhash: bump to version 0.6.5
Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5a3f78c919
commit
e0c5439a16
@ -1,2 +1,4 @@
|
||||
# locally computed
|
||||
sha256 9743539ed787ea9bd5bb348265cebdd5adcbf820ad329bf44c28bc69ab4c7cd8 xxhash-r40.tar.gz
|
||||
sha256 19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95 xxhash-v0.6.5.tar.gz
|
||||
sha256 86ec6953794503942b70fcd4f35b565d44f63f703b7037ce44dad965c4aaae91 LICENSE
|
||||
sha256 8e449f232e2cd984e1d286711653960b4a9a555d90b4dc05fe4f0d7a1838fe1b xxhsum.c
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XXHASH_VERSION = r40
|
||||
XXHASH_VERSION = v0.6.5
|
||||
XXHASH_SITE = $(call github,Cyan4973,xxHash,$(XXHASH_VERSION))
|
||||
XXHASH_LICENSE = BSD-2-Clause, GPL-2.0+
|
||||
XXHASH_LICENSE_FILES = LICENSE xxhsum.c
|
||||
|
Loading…
Reference in New Issue
Block a user