From d49530c39d41442e9569669b5e3a5237b58a2e36 Mon Sep 17 00:00:00 2001 From: GrassSand Date: Mon, 11 Mar 2024 09:32:51 +0800 Subject: [PATCH] libavif: Update to version 1.0.4 (#5582) --- bucket/libavif.json | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/bucket/libavif.json b/bucket/libavif.json index e0052c7217..a071cc93ba 100644 --- a/bucket/libavif.json +++ b/bucket/libavif.json @@ -1,19 +1,15 @@ { - "version": "0.9.0", + "version": "1.0.4", "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/v0.9.0/avifdec.exe", - "https://github.com/AOMediaCodec/libavif/releases/download/v0.9.0/avifenc.exe", - "https://github.com/AOMediaCodec/libavif/releases/download/v0.9.0/libavif_vs2019_x64_4fedf0bb_Release.zip" + "https://github.com/AOMediaCodec/libavif/releases/download/v1.0.4/libavif-v1.0.4-avifenc-avifdec-windows.zip" ], "hash": [ - "e199d58a505257758db05f4246069b7ca596fc89bcbbfc2f99691571457c00b0", - "753b8ed9f292c95acc7600345e5c4ff765337587ced9cea2058cf6272fe0fb2f", - "4aa41b3dfc9c91d4bd47bad39922a9239bb1b3732d4d6f3a2cb2c22d131c9d0e" + "bb9d6adb68f4f11ba9524613bd5984eaecd2f425a686e3c5b0ed51293b5f41ea" ] } }, @@ -21,15 +17,12 @@ "avifdec.exe", "avifenc.exe" ], - "checkver": { - "url": "https://api.github.com/repositories/191218735/releases", - "regex": "v([\\d.]+)/libavif_vs(?\\d+)_x64_(?\\w+)_Release\\.zip" - }, + "checkver": "github", "autoupdate": { - "url": [ - "https://github.com/AOMediaCodec/libavif/releases/download/v$version/avifdec.exe", - "https://github.com/AOMediaCodec/libavif/releases/download/v$version/avifenc.exe", - "https://github.com/AOMediaCodec/libavif/releases/download/v$version/libavif_vs$matchVs_x64_$matchCommit_Release.zip" - ] + "architecture": { + "64bit": { + "url": "https://github.com/AOMediaCodec/libavif/releases/download/v$version/libavif-v$version-avifenc-avifdec-windows.zip" + } + } } }