Replace librsync with xxHash in sources.json

This commit is contained in:
Kovid Goyal
2023-07-15 11:33:21 +05:30
parent 08e3dbb8e7
commit 493d49e206

View File

@@ -126,15 +126,14 @@
},
{
"name": "librsync",
"name": "libxxhash",
"unix": {
"filename": "librsync-2.3.2.tar.gz",
"hash": "sha256:ef8ce23df38d5076d25510baa2cabedffbe0af460d887d86c2413a1c2b0c676f",
"urls": ["https://github.com/librsync/librsync/releases/download/v2.3.2/{filename}"]
"filename": "xxHash-0.8.1.tar.gz",
"hash": "sha256:3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c",
"urls": ["https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz"]
}
},
{
"name": "xcrypt",
"os": "linux",