ScoopInstaller_Main/ffmpeg.json
2017-12-26 10:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171225-613f789",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171225-613f789-win64-static.zip",
"hash": "be17c61aeeafaecb3a00aebd0248ebf287d9bb73df93fde24c27e8583abe6088",
"extract_dir": "ffmpeg-20171225-613f789-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171225-613f789-win32-static.zip",
"hash": "42ec666188fc9c3f0c1408785260635fc136466610f0a1e2935ec31ce0773a9a",
"extract_dir": "ffmpeg-20171225-613f789-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"
}
}
}
}