libwebp: update to 0.6.1.

Closes #9620.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-29 05:28:51 -02:00 committed by Enno Boland
parent e3a5ccd39a
commit 44256bd5bf

View file

@ -1,6 +1,6 @@
# Template file for 'libwebp'
pkgname=libwebp
version=0.6.0
version=0.6.1
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-libwebpmux
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://developers.google.com/speed/webp/"
license="3-clause-BSD"
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
checksum=c928119229d4f8f35e20113ffb61f281eda267634a8dc2285af4b0ee27cf2b40
checksum=06503c782d9f151baa325591c3579c68ed700ffc62d4f5a32feead0ff017d8ab
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;