brotli-1.2.0

This commit is contained in:
Rmys
2026-04-06 13:42:20 +03:00
parent ba31c201fb
commit e28eca5923
+9 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Brotli compression format.</Summary>
<Description>Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.</Description>
<Archive sha1sum="2b048546afec020cf922f6af75058cc60fcf4fbf" type="targz">https://github.com/google/brotli/archive/v1.1.0.tar.gz</Archive>
<Archive sha1sum="fb74102a641ecce8ebcb13d2a992975a9f165de5" type="targz">https://github.com/google/brotli/archive/v1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -46,6 +46,7 @@
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
@@ -63,6 +64,13 @@
</Package>
<History>
<Update release="5">
<Date>2026-04-05</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2024-06-08</Date>
<Version>1.1.0</Version>