zopfli: update to 1.0.3.

This commit is contained in:
Leah Neukirchen 2019-11-28 09:54:49 +01:00
parent 2838ec147c
commit cc40301d48

View file

@ -1,6 +1,6 @@
# Template file for 'zopfli'
pkgname=zopfli
version=1.0.2
version=1.0.3
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
@ -10,7 +10,7 @@ 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=4a570307c37172d894ec4ef93b6e8e3aacc401e78cbcc51cf85b212dbc379a55
checksum=e955a7739f71af37ef3349c4fa141c648e8775bceb2195be07e86f8e638814bd
pre_build() {
export CFLAGS="$CFLAGS $LDFLAGS -lm"