Merge pull request #17648 from Rmys/master

xxhash-0.8.3
This commit is contained in:
Rmys
2025-11-05 09:15:32 +03:00
committed by GitHub
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>Extremely fast hash algorithm</Summary>
<Description>xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian).</Description>
<Archive sha1sum="8df702581ebc48a5e05be0f1ede6e1e9139e4da1" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.2.tar.gz</Archive>
<Archive sha1sum="6caf7421bbcb2be76006f31ab514d484a8d8b628" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="5">
<Date>2025-11-05</Date>
<Version>0.8.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2023-11-17</Date>
<Version>0.8.2</Version>