mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
brotli: bump to 1.0.3. (#2333)
This commit is contained in:
@@ -2,21 +2,22 @@ SUMMARY="A generic-purpose lossless compression algorithm"
|
||||
DESCRIPTION="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."
|
||||
comparable to the best currently available general-purpose compression \
|
||||
methods. It is similar in speed with deflate but offers more dense compression."
|
||||
HOMEPAGE="https://github.com/google/brotli"
|
||||
COPYRIGHT="2009, 2010, 2013-2017 Brotli Authors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/google/brotli/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422"
|
||||
CHECKSUM_SHA256="7948154166ef8556f8426a4ede219aaa98a81a5baffe1f7cf2523fa67d59cd1c"
|
||||
SOURCE_FILENAME="brotli-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# For now the library will follow $portVersion,
|
||||
# but upstream said that will change in the future.
|
||||
libVersion="1.0.2"
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
Reference in New Issue
Block a user