libavif: bump and fix autoupdate (#6650)

This commit is contained in:
Matteo Trubini 2025-03-30 11:51:02 +02:00 committed by GitHub
parent a8311f6de5
commit f64d67e095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,24 @@
{ {
"version": "1.0.4", "version": "1.2.1",
"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/v1.2.1/windows-artifacts.zip",
"https://github.com/AOMediaCodec/libavif/releases/download/v1.0.4/libavif-v1.0.4-avifenc-avifdec-windows.zip" "hash": "60713a0eb2704671e11e61897b1f35cbc0efaab25312b2d4b6f300769ba4472a"
],
"hash": [
"bb9d6adb68f4f11ba9524613bd5984eaecd2f425a686e3c5b0ed51293b5f41ea"
]
} }
}, },
"bin": [ "bin": [
"avifdec.exe", "avifdec.exe",
"avifenc.exe" "avifenc.exe",
"avifgainmaputil.exe"
], ],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }