ScoopInstaller_Main/ffmpeg-nightly.json
2019-03-03 11:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190303-73b62f3",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190303-73b62f3-win64-static.zip",
"hash": "5b224ca0e9766cf63cb0bda7be3452dcc83407d06b103725a4eaafcc047728eb",
"extract_dir": "ffmpeg-20190303-73b62f3-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190303-73b62f3-win32-static.zip",
"hash": "6033e191f806781f4de3136eacfbd7adba8abcf0cca7fab1c32014c53ec3772e",
"extract_dir": "ffmpeg-20190303-73b62f3-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"
}
}
}
}