Skip to content

Commit 1666f92

Browse files
authored
gguf-hash : update clib.json to point to original xxhash repo (#8491)
* 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 Cyan4973/xxHash#954 * gguf-hash: readme update to point to Cyan4973 xxHash repo [no ci]
1 parent 37b12f9 commit 1666f92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gguf-hash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ Verification results for test.gguf.manifest - Success
201201

202202
These micro c libraries dependencies was installed via the [clib c package manager](https://github.com/clibs)
203203

204-
- https://github.com/mofosyne/xxHash (From: https://github.com/Cyan4973/xxHash)
204+
- https://github.com/Cyan4973/xxHash
205205
- https://github.com/clibs/sha1/
206206
- https://github.com/jb55/sha256.c

examples/gguf-hash/deps/xxhash/clib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xxhash",
33
"version": "0.8.2",
4-
"repo": "mofosyne/xxhash",
4+
"repo": "Cyan4973/xxhash",
55
"description": "Extremely fast non-cryptographic hash algorithm",
66
"keywords": ["xxhash", "hashing"],
77
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)