From f64d67e095563f13c8bc59009ba73ac5912e69a6 Mon Sep 17 00:00:00 2001 From: Matteo Trubini <7964032+matteotrubini@users.noreply.github.com> Date: Sun, 30 Mar 2025 11:51:02 +0200 Subject: [PATCH] libavif: bump and fix autoupdate (#6650) --- bucket/libavif.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/bucket/libavif.json b/bucket/libavif.json index a071cc93ba..143ab2a795 100644 --- a/bucket/libavif.json +++ b/bucket/libavif.json @@ -1,27 +1,24 @@ { - "version": "1.0.4", + "version": "1.2.1", "description": "Tools and library for encoding and decoding AV1 video streams (.avif)", "homepage": "https://github.com/AOMediaCodec/libavif", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": [ - "https://github.com/AOMediaCodec/libavif/releases/download/v1.0.4/libavif-v1.0.4-avifenc-avifdec-windows.zip" - ], - "hash": [ - "bb9d6adb68f4f11ba9524613bd5984eaecd2f425a686e3c5b0ed51293b5f41ea" - ] + "url": "https://github.com/AOMediaCodec/libavif/releases/download/v1.2.1/windows-artifacts.zip", + "hash": "60713a0eb2704671e11e61897b1f35cbc0efaab25312b2d4b6f300769ba4472a" } }, "bin": [ "avifdec.exe", - "avifenc.exe" + "avifenc.exe", + "avifgainmaputil.exe" ], "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/AOMediaCodec/libavif/releases/download/v$version/libavif-v$version-avifenc-avifdec-windows.zip" + "url": "https://github.com/AOMediaCodec/libavif/releases/download/v$version/windows-artifacts.zip" } } }