mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
xxhash: upgrade 0.7.2 -> 0.7.3
License-Update: change link to https -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) See full changelog https://github.com/Cyan4973/xxHash/releases/tag/v0.7.3 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
3e047edcff
commit
ade451ca96
+2
-2
@@ -3,12 +3,12 @@ DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
|
||||
working at speeds close to RAM limits."
|
||||
HOMEPAGE = "http://www.xxhash.com/"
|
||||
LICENSE = "BSD-2-Clause & GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed3511a67991a5923907dff2ed268026"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=01a7eba4212ef1e882777a38585e7a9b"
|
||||
|
||||
SRC_URI = "git://github.com/Cyan4973/xxHash.git"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
SRCREV = "e2f4695899e831171ecd2e780078474712ea61d3"
|
||||
SRCREV = "d408e9b0606d07b1ddc5452ffc0ec8512211b174"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user