Skip to content

Commit 3ce9127

Browse files
committed
ffmpeg 8.0
Closes #151. Signed-off-by: Patrick Heyer <9436503+PatTheMav@users.noreply.github.com>
1 parent a00ccd8 commit 3ce9127

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/ffmpeg-custom.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class FfmpegCustom < Formula
22
desc "Play, record, convert, and stream audio and video"
33
homepage "https://ffmpeg.org/"
4-
url "https://ffmpeg.org/releases/ffmpeg-7.1.1.tar.xz"
5-
sha256 "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1"
4+
url "https://ffmpeg.org/releases/ffmpeg-8.0.tar.xz"
5+
sha256 "b2751fccb6cc4c77708113cd78b561059b6fa904b24162fa0be2d60273d27b8e"
66
license "GPL-2.0-or-later"
7-
head "https://github.com/FFmpeg/FFmpeg.git"
7+
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"
88

99
livecheck do
1010
url "https://ffmpeg.org/download.html"

0 commit comments

Comments
 (0)