mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
(chore) libavif: Fix checkver
Checkver broken by no filenames in GitHub releases page
This commit is contained in:
parent
ba1630aa8b
commit
0212996523
@ -22,7 +22,7 @@
|
|||||||
"avifenc.exe"
|
"avifenc.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/AOMediaCodec/libavif/releases",
|
"url": "https://api.github.com/repos/AOMediaCodec/libavif/releases",
|
||||||
"regex": "v([\\d.]+)/libavif_vs(?<vs>\\d+)_x64_(?<commit>\\w+)_Release\\.zip"
|
"regex": "v([\\d.]+)/libavif_vs(?<vs>\\d+)_x64_(?<commit>\\w+)_Release\\.zip"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user