ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-27 09:00:28 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180826-3aacb0d",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180826-3aacb0d-win64-static.zip",
"hash": "b396f80efd5447c423333acc1483899160a3fa39b7f5bd4d47ee3de87cb6fc06",
"extract_dir": "ffmpeg-20180826-3aacb0d-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180826-3aacb0d-win32-static.zip",
"hash": "7662ee0349575d3f186d43ff3891c7a8f3b4834bb5b3056d843c3d2dae5622ec",
"extract_dir": "ffmpeg-20180826-3aacb0d-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"
}
}
}
}