mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-03 01:33:38 +08:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"version": "0.12.2",
|
|
"description": "A simple video player based on FFmpeg libraries.",
|
|
"homepage": "https://www.geeks3d.com/yaffplayer/",
|
|
"license": "Freeware",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://geeks3d.com/dl/get/822#YAFFplayer_0.12.2_win64.7z",
|
|
"hash": "1faeee2e8e36942a8c5d977f22ecd1b4ec3ce488f7e92f7effc6e989577aa110",
|
|
"extract_dir": "YAFFplayer_win64"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"YAFFplayer.exe",
|
|
"YAFFplayer"
|
|
]
|
|
],
|
|
"persist": [
|
|
"_geexlab_log.txt",
|
|
"_scene_init_log.txt",
|
|
"imgui.ini"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.geeks3d.com/yaffplayer/downloads/",
|
|
"regex": "dl/show/(?<page>\\d+).*?YAFFplayer\\s+(?<version>[\\d.]+).*?win64"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://geeks3d.com/dl/get/$matchPage#YAFFplayer_$version_win64.7z",
|
|
"hash": {
|
|
"url": "https://geeks3d.com/dl/show/$matchPage",
|
|
"regex": "SHA256.*?$sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|