Skip to content

Commit

Permalink
Update ffmpeg.rb (homebrew-ffmpeg#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Mar 1, 2023
1 parent dcf665f commit 955ec8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
class Ffmpeg < Formula
desc "Play, record, convert, and stream audio and video"
homepage "https://ffmpeg.org/"
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"
url "https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz"
version "6.0-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082"
license "GPL-2.0-or-later"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

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

0 comments on commit 955ec8f

Please sign in to comment.