libavif: Update to version 1.0.4 (#5582)

This commit is contained in:
GrassSand 2024-03-11 09:32:51 +08:00 committed by GitHub
parent b896a23273
commit d49530c39d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,15 @@
{ {
"version": "0.9.0", "version": "1.0.4",
"description": "Tools and library for encoding and decoding AV1 video streams (.avif)", "description": "Tools and library for encoding and decoding AV1 video streams (.avif)",
"homepage": "https://github.com/AOMediaCodec/libavif", "homepage": "https://github.com/AOMediaCodec/libavif",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/AOMediaCodec/libavif/releases/download/v0.9.0/avifdec.exe", "https://github.com/AOMediaCodec/libavif/releases/download/v1.0.4/libavif-v1.0.4-avifenc-avifdec-windows.zip"
"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"
], ],
"hash": [ "hash": [
"e199d58a505257758db05f4246069b7ca596fc89bcbbfc2f99691571457c00b0", "bb9d6adb68f4f11ba9524613bd5984eaecd2f425a686e3c5b0ed51293b5f41ea"
"753b8ed9f292c95acc7600345e5c4ff765337587ced9cea2058cf6272fe0fb2f",
"4aa41b3dfc9c91d4bd47bad39922a9239bb1b3732d4d6f3a2cb2c22d131c9d0e"
] ]
} }
}, },
@ -21,15 +17,12 @@
"avifdec.exe", "avifdec.exe",
"avifenc.exe" "avifenc.exe"
], ],
"checkver": { "checkver": "github",
"url": "https://api.github.com/repositories/191218735/releases",
"regex": "v([\\d.]+)/libavif_vs(?<vs>\\d+)_x64_(?<commit>\\w+)_Release\\.zip"
},
"autoupdate": { "autoupdate": {
"url": [ "architecture": {
"https://github.com/AOMediaCodec/libavif/releases/download/v$version/avifdec.exe", "64bit": {
"https://github.com/AOMediaCodec/libavif/releases/download/v$version/avifenc.exe", "url": "https://github.com/AOMediaCodec/libavif/releases/download/v$version/libavif-v$version-avifenc-avifdec-windows.zip"
"https://github.com/AOMediaCodec/libavif/releases/download/v$version/libavif_vs$matchVs_x64_$matchCommit_Release.zip" }
] }
} }
} }