From b1a4dcddb0ceeefce9e96e712715c9c7905dc430 Mon Sep 17 00:00:00 2001 From: Igor Serganov Date: Sun, 16 Nov 2025 11:05:22 -0800 Subject: [PATCH] updated to the latest version --- Formula/ffmpeg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ffmpeg.rb b/Formula/ffmpeg.rb index e27a96e..679377d 100644 --- a/Formula/ffmpeg.rb +++ b/Formula/ffmpeg.rb @@ -1,9 +1,9 @@ class Ffmpeg < Formula desc "Play, record, convert, and stream audio and video" homepage "https://ffmpeg.org/" - url "https://ffmpeg.org/releases/ffmpeg-7.1.1.tar.xz" - version "7.1.1-with-options" # to distinguish from homebrew-core's ffmpeg - sha256 "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1" + url "https://ffmpeg.org/releases/ffmpeg-8.0.tar.xz" + version "8.0-with-options" # to distinguish from homebrew-core's ffmpeg + sha256 "5fce5cb87690d93b6cc9cbbf8a1d9c9bd5b89f949f2c935e43335121a1ec84dd" license "GPL-2.0-or-later" head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"