Skip to content

Commit

Permalink
Bump ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 8, 2023
1 parent 6ed2184 commit 0c11217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ffmpeg-lite.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class FfmpegLite < 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"
sha256 "619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc"
url "https://ffmpeg.org/releases/ffmpeg-6.0.tar.xz"
sha256 "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082"
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
Expand Down

0 comments on commit 0c11217

Please sign in to comment.