xxhash-0.8.1

This commit is contained in:
Rmys
2021-11-30 15:17:56 +03:00
committed by GitHub
parent a288f3d54e
commit 80fa9e64b6
+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="edd0ad280e3d294d06b278c3c9ae03b2b7d6686a" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz</Archive>
<Archive sha1sum="a92c9a9cfbef23e52f2d1b581cb9926c680d261d" type="targz">https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>make</Dependency>
</BuildDependencies>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-11-30</Date>
<Version>0.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-09-07</Date>
<Version>0.8.0</Version>