diff --git a/app-arch/brotli/brotli-1.0.2.recipe b/app-arch/brotli/brotli-1.0.3.recipe similarity index 93% rename from app-arch/brotli/brotli-1.0.2.recipe rename to app-arch/brotli/brotli-1.0.3.recipe index 62b9633c2..3013ca1ac 100644 --- a/app-arch/brotli/brotli-1.0.2.recipe +++ b/app-arch/brotli/brotli-1.0.3.recipe @@ -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="