ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-30 09:00:24 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180429-cae6f80",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180429-cae6f80-win64-static.zip",
"hash": "1148909ad8be2a64333de3c3db2dba31ad474e4e7013cd673e73314a6103f386",
"extract_dir": "ffmpeg-20180429-cae6f80-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180429-cae6f80-win32-static.zip",
"hash": "f5b1709666034c7191f8f049b99f23a175c172f5de05941743363ebe679449ef",
"extract_dir": "ffmpeg-20180429-cae6f80-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"
}
}
}
}