From d7cf9cfada114eb16acf94b085892426f19a13de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= <jeremy.laine@m4x.org> Date: Fri, 11 Mar 2022 00:19:38 +0100 Subject: [PATCH] [package] update FFmpeg binaries for wheels (fixes: #901) This updates several packages to fix security vulnerabilities. --- scripts/fetch-vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-vendor.json b/scripts/fetch-vendor.json index 26cf77d..0ea0a7b 100644 --- a/scripts/fetch-vendor.json +++ b/scripts/fetch-vendor.json @@ -1,3 +1,3 @@ { - "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/4.3.3-2/ffmpeg-{platform}.tar.gz"] + "urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/4.3.3-3/ffmpeg-{platform}.tar.gz"] } -- GitLab