Skip to content

Commit

Permalink
ffmpeg 5.1.2
Browse files Browse the repository at this point in the history
Closes #111665.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
Alexander Frisch authored and BrewTestBot committed Sep 27, 2022
1 parent 65d11ec commit 14faf07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.1.tar.xz"
sha256 "95bf3ff8c496511e71e958fb249e663c8c9c3de583c5bebc0f5a9745abbc0435"
url "https://ffmpeg.org/releases/ffmpeg-5.1.2.tar.xz"
sha256 "619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc"
# 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"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

livecheck do
Expand Down

0 comments on commit 14faf07

Please sign in to comment.