From 3a4e411bd0a01c20d761a8330833c3cfdeb0326e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:24:49 +0000 Subject: [PATCH] ffmpeg: Update to version 6.1 --- bucket/ffmpeg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ffmpeg.json b/bucket/ffmpeg.json index 2d8f8de4a3..10ea850694 100644 --- a/bucket/ffmpeg.json +++ b/bucket/ffmpeg.json @@ -1,13 +1,13 @@ { - "version": "6.0", + "version": "6.1", "description": "A complete, cross-platform solution to record, convert and stream audio and video.", "homepage": "https://ffmpeg.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-6.0-full_build.7z", - "hash": "eb65985adbb6ab1c93dec2b22a3628f6d6a309d0bc5bbdd1e3696f0980905cad", - "extract_dir": "ffmpeg-6.0-full_build" + "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-6.1-full_build.7z", + "hash": "3010e62631c292cba1c3146380885a45131030d7ab5535369c91baa2b72b53f9", + "extract_dir": "ffmpeg-6.1-full_build" } }, "persist": "fonts",