Skip to content

Commit d4711b7

Browse files
Update dependency libavif to v1.4.2 (#9652)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent 170b02f commit d4711b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"harfbuzz": "14.2.0",
77
"jpegturbo": "3.1.4.1",
88
"lcms2": "2.19.1",
9-
"libavif": "1.4.1",
9+
"libavif": "1.4.2",
1010
"libimagequant": "4.4.1",
1111
"libpng": "1.6.58",
1212
"libwebp": "1.6.0",

depends/install_libavif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eo pipefail
33

4-
version=1.4.1
4+
version=1.4.2
55

66
if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then
77

0 commit comments

Comments
 (0)