mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
libavif: bump and fix autoupdate (#6650)
This commit is contained in:
parent
a8311f6de5
commit
f64d67e095
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user