From 4fb8ba34b11fa426f75b7fcc562e9a713e523822 Mon Sep 17 00:00:00 2001 From: Ivan Pavlov Date: Fri, 7 Nov 2025 09:32:53 +0300 Subject: [PATCH] xxhash: update to 0.8.3 Fixed compatibility with cmake 4.0 Release notes: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.3 Signed-off-by: Ivan Pavlov --- utils/xxhash/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/xxhash/Makefile b/utils/xxhash/Makefile index 36f23732d7..889b5cd239 100644 --- a/utils/xxhash/Makefile +++ b/utils/xxhash/Makefile @@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xxhash -PKG_VERSION:=0.8.2 -PKG_RELEASE:=2 +PKG_VERSION:=0.8.3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/Cyan4973/xxHash -PKG_MIRROR_HASH:=0602a12e9ecd009f97a2a845fb5e46af69a60f96547952e5b00228f33bed5cdd +PKG_MIRROR_HASH:=573f8b8ca3b6c2be412f4b68ee0a82f43c32f59607981a8b68f9c8985d979fe1 # The source for the library (xxhash.c and xxhash.h) is BSD # The source for the command line tool (xxhsum.c) is GPLv2+