We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170b02f commit d4711b7Copy full SHA for d4711b7
2 files changed
.github/dependencies.json
@@ -6,7 +6,7 @@
6
"harfbuzz": "14.2.0",
7
"jpegturbo": "3.1.4.1",
8
"lcms2": "2.19.1",
9
- "libavif": "1.4.1",
+ "libavif": "1.4.2",
10
"libimagequant": "4.4.1",
11
"libpng": "1.6.58",
12
"libwebp": "1.6.0",
depends/install_libavif.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -eo pipefail
3
4
-version=1.4.1
+version=1.4.2
5
if [[ "$GHA_LIBAVIF_CACHE_HIT" == "true" ]]; then
0 commit comments