From 19c5b9d0f505ff0fc9cfab214fbadafcc5893cc7 Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Tue, 17 Dec 2024 12:18:42 -0500 Subject: [PATCH] chore: Update libavif to latest commit hash --- wheelbuild/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wheelbuild/config.sh b/wheelbuild/config.sh index afad20b..b58230e 100644 --- a/wheelbuild/config.sh +++ b/wheelbuild/config.sh @@ -4,7 +4,7 @@ set -eo pipefail CONFIG_DIR=$(abspath $(dirname "${BASH_SOURCE[0]}")) ARCHIVE_SDIR=pillow-avif-plugin-depends -LIBAVIF_VERSION=1.1.1 +LIBAVIF_VERSION=f439662a8137cd0c9710eeedc66001ed6fabeafe RAV1E_VERSION=0.7.1 CCACHE_VERSION=4.7.1 SCCACHE_VERSION=0.8.2 @@ -281,7 +281,7 @@ EOF group_start "Download libavif source" fetch_unpack \ - "https://github.com/AOMediaCodec/libavif/archive/refs/tags/v$LIBAVIF_VERSION.tar.gz" \ + "https://github.com/AOMediaCodec/libavif/archive/$LIBAVIF_VERSION.tar.gz" \ "libavif-$LIBAVIF_VERSION.tar.gz" group_end