From e38781bb3d4b3b16c60e126ee356c15099def7e3 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 15 Jul 2024 21:49:05 +1000 Subject: [PATCH] Update clib.json to point to Cyan4973 original xxhash Convinced Cyan4973 to add clib.json directly to his repo, so can now point the clib package directly to him now. Previously pointed to my fork with the clib.json package metadata https://github.com/Cyan4973/xxHash/pull/954 --- examples/gguf-hash/deps/xxhash/clib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gguf-hash/deps/xxhash/clib.json b/examples/gguf-hash/deps/xxhash/clib.json index 0048c74dc2741..242343c5d992d 100644 --- a/examples/gguf-hash/deps/xxhash/clib.json +++ b/examples/gguf-hash/deps/xxhash/clib.json @@ -1,7 +1,7 @@ { "name": "xxhash", "version": "0.8.2", - "repo": "mofosyne/xxhash", + "repo": "Cyan4973/xxhash", "description": "Extremely fast non-cryptographic hash algorithm", "keywords": ["xxhash", "hashing"], "license": "BSD-2-Clause",