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
This commit is contained in:
Brian 2024-07-15 21:49:05 +10:00 committed by GitHub
parent 16bdfa42ac
commit e38781bb3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{ {
"name": "xxhash", "name": "xxhash",
"version": "0.8.2", "version": "0.8.2",
"repo": "mofosyne/xxhash", "repo": "Cyan4973/xxhash",
"description": "Extremely fast non-cryptographic hash algorithm", "description": "Extremely fast non-cryptographic hash algorithm",
"keywords": ["xxhash", "hashing"], "keywords": ["xxhash", "hashing"],
"license": "BSD-2-Clause", "license": "BSD-2-Clause",