ScoopInstaller_Main/ffmpeg-nightly.json
2018-10-02 10:00:29 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181001-dcbd89e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181001-dcbd89e-win64-static.zip",
"hash": "63832e7e0e2497e8f4c3023a75f28ea2d368b73b611254ac1521a01b9810a0f5",
"extract_dir": "ffmpeg-20181001-dcbd89e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181001-dcbd89e-win32-static.zip",
"hash": "5c7e346c1b997c1851d626d0d5eba7e52451cda9517b28f3215a119913fdb1ce",
"extract_dir": "ffmpeg-20181001-dcbd89e-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"
}
}
}
}