libwebp: update to 1.3.1.

This commit is contained in:
Leah Neukirchen 2023-07-23 21:33:24 +02:00
parent ee15163bd1
commit aaec9c1ed0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libwebp'
pkgname=libwebp
version=1.3.0
version=1.3.1
revision=1
build_style=gnu-configure
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://developers.google.com/speed/webp/"
changelog="https://chromium.googlesource.com/webm/libwebp/+/refs/heads/main/NEWS"
distfiles="http://downloads.webmproject.org/releases/webp/libwebp-${version}.tar.gz"
checksum=64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c
checksum=b3779627c2dfd31e3d8c4485962c2efe17785ef975e2be5c8c0c9e6cd3c4ef66
case "$XBPS_TARGET_MACHINE" in
armv6*) configure_args+=" --disable-neon";;