Skip to content

Commit

Permalink
upgrade to FFmpeg 5.1.1 (homebrew-ffmpeg#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Sep 1, 2022
1 parent 225ad57 commit d15dc78
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
class Ffmpeg < Formula
desc "Play, record, convert, and stream audio and video"
homepage "https://ffmpeg.org/"
url "https://ffmpeg.org/releases/ffmpeg-5.1.tar.xz"
version "5.1-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03"
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"
license "GPL-2.0-or-later"
revision 2
head "https://github.com/FFmpeg/FFmpeg.git"
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

option "with-chromaprint", "Enable the Chromaprint audio fingerprinting library"
option "with-decklink", "Enable DeckLink support"
Expand Down

0 comments on commit d15dc78

Please sign in to comment.