diff --git a/Formula/ffmpeg.rb b/Formula/ffmpeg.rb index ac9d787..532ed1a 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-5.1.1.tar.xz" - version "5.1.1-with-options" # to distinguish from homebrew-core's ffmpeg - sha256 "95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435" + url "https://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz" + version "5.1.2-with-options" # to distinguish from homebrew-core's ffmpeg + sha256 "619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc" license "GPL-2.0-or-later" head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"