Skip to content

Commit

Permalink
try a different sha
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 13, 2024
1 parent 5b698ca commit 41c4d96
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=617ebb423a99e9be73d99bbefcc1420b3f3ed384
LIBAVIF_VERSION=02fc53e73d68dccacc54ce543b1be1e9b3236495
RAV1E_VERSION=0.7.1
CCACHE_VERSION=4.7.1
SCCACHE_VERSION=0.3.0
Expand Down Expand Up @@ -270,7 +270,7 @@ EOF
group_start "Download libavif source"

fetch_unpack \
"https://github.com/AOMediaCodec/libavif/archive/$LIBAVIF_VERSION.tar.gz" \
"https://github.com/fdintino/libavif/archive/$LIBAVIF_VERSION.tar.gz" \
"libavif-$LIBAVIF_VERSION.tar.gz"

group_end
Expand Down

0 comments on commit 41c4d96

Please sign in to comment.