zopfli: update to 1.0.2.

This commit is contained in:
Leah Neukirchen 2018-05-19 16:22:17 +02:00
parent e062294670
commit 85f9369c31

View File

@ -1,16 +1,16 @@
# Template file for 'zopfli'
pkgname=zopfli
version=1.0.1
version=1.0.2
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
make_build_args="zopfli zopflipng"
short_desc="Very good, but slow, deflate or zlib compression"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/zopfli"
distfiles="https://github.com/google/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=29743d727a4e0ecd1b93e0bf89476ceeb662e809ab2e6ab007a0b0344800e9b4
checksum=4a570307c37172d894ec4ef93b6e8e3aacc401e78cbcc51cf85b212dbc379a55
pre_build() {
export CFLAGS="$CFLAGS $LDFLAGS -lm"