Skip to content

Commit

Permalink
chore: Update libavif to latest commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 17, 2024
1 parent 1d972ae commit 19c5b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19c5b9d

Please sign in to comment.