ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-12 11:00:33 +00:00

36 lines
1.3 KiB
JSON

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