From 95a9dc228f695ebb931a55527a02d026450def33 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Apr 2021 10:08:54 +0200 Subject: [PATCH] added ffmpeg 4.4 for linux and darwin --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 447e532fc8..016fc32b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,12 +85,12 @@ url = "https://distribute.openpype.io/thirdparty/ffmpeg-4.13-windows.zip" hash = "43988ebcba98313635f06f2ca7e2dd52670710ebceefaa77107321b1def30472" [openpype.thirdparty.ffmpeg.linux] -url = "https://distribute.openpype.io/thirdparty/ffmpeg-20200504-linux.tgz" -hash = "sha256:..." +url = "https://distribute.openpype.io/thirdparty/ffmpeg-4.4-linux.tar.xz" +hash = "acc7fa366ae2c35b69b72d7a92a29daa6f31739dbf365fb64ef6220e9a16fa37" [openpype.thirdparty.ffmpeg.darwin] -url = "https://distribute.openpype.io/thirdparty/ffmpeg-20200504-darwin.tgz" -hash = "sha256:..." +url = "https://distribute.openpype.io/thirdparty/ffmpeg-4.4-macos.tar.xz" +hash = "b8088a399cd387dfeb0b951a1ca1d477d3dd96a67fdd79927b1ef083d6d6c7a9" [openpype.thirdparty.oiio.windows] url = "https://distribute.openpype.io/thirdparty/oiio_tools-2.2.0-windows.zip"