ScoopInstaller_Main/ffmpeg-nightly.json
2019-04-05 10:00:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190404-8e3b01e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190404-8e3b01e-win64-static.zip",
"hash": "128d5f0ec96cca556c4c8f9bc975b4a85b638c69edef03451c047d2d1d4a2991",
"extract_dir": "ffmpeg-20190404-8e3b01e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190404-8e3b01e-win32-static.zip",
"hash": "6ec05b3da4658b84ae86d588757b6a52da21014ce25f4bc721307e2a4d0b97e3",
"extract_dir": "ffmpeg-20190404-8e3b01e-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
"extract_dir": "ffmpeg-$version-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
"extract_dir": "ffmpeg-$version-win32-static"
}
}
}
}