ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-04 11:00:32 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181103-242f7bf",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181103-242f7bf-win64-static.zip",
"hash": "6341170fcfdd6b4595737caf4b817ce106f1c871f47f2e124304e379af350f54",
"extract_dir": "ffmpeg-20181103-242f7bf-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181103-242f7bf-win32-static.zip",
"hash": "7fb534dac39724f6d1d2b1413b701b029ca752fe69c579e955fc8d88d10a1b5a",
"extract_dir": "ffmpeg-20181103-242f7bf-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"
}
}
}
}