libwebp: update to 1.1.0.

This commit is contained in:
Juan RP 2020-02-14 12:18:34 +01:00
parent b129a7f71e
commit 155a24748c

View file

@ -1,7 +1,7 @@
# Template file for 'libwebp'
pkgname=libwebp
version=1.0.3
revision=2
version=1.1.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-libwebpmux
--enable-libwebpdemux --enable-libwebpdecoder"
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://developers.google.com/speed/webp/"
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
checksum=e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f
checksum=98a052268cc4d5ece27f76572a7f50293f439c17a98e67c4ea0c7ed6f50ef043
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;