Minor changes. x86-64 default enabled speedups. https://github.com/Cyan4973/xxHash/releases/tag/v0.8.3
Signed-off-by: Christian Melki <[email protected]> --- rules/xxhash.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xxhash.make b/rules/xxhash.make index 6fa2f02e5..01ae867d7 100644 --- a/rules/xxhash.make +++ b/rules/xxhash.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XXHASH) += xxhash # # Paths and names # -XXHASH_VERSION := 0.8.2 -XXHASH_MD5 := a7628d7a4fd608a7573c5a3e2c856ea5 +XXHASH_VERSION := 0.8.3 +XXHASH_MD5 := 599804eb9555e51c05f1b821f9212a07 XXHASH := xxhash-$(XXHASH_VERSION) XXHASH_SUFFIX := tar.gz XXHASH_URL := https://github.com/Cyan4973/xxHash/archive/refs/tags/v$(XXHASH_VERSION).$(XXHASH_SUFFIX) -- 2.34.1
