ScoopInstaller_Main/ffmpeg.json
2017-12-14 10:00:17 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171213-2e391a5",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171213-2e391a5-win64-static.zip",
"hash": "ca7c5d06b05773aeea51a126cded019b4c3a6c4cf4772ad86f6d011dfd31a1df",
"extract_dir": "ffmpeg-20171213-2e391a5-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171213-2e391a5-win32-static.zip",
"hash": "0e5a49965be91fe3ca700e7c9ee2c21ef8a9b5270110df6011670f964acb1b21",
"extract_dir": "ffmpeg-20171213-2e391a5-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"
}
}
}
}