ffmpeg 4.1.1
Closes #36860. Signed-off-by: Jan Viljanen <527069+javian@users.noreply.github.com>
This commit is contained in:
parent
1638aaa3a9
commit
e0517e4647
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Ffmpeg < Formula
|
||||
desc "Play, record, convert, and stream audio and video"
|
||||
homepage "https://ffmpeg.org/"
|
||||
url "https://ffmpeg.org/releases/ffmpeg-4.1.tar.xz"
|
||||
sha256 "a38ec4d026efb58506a99ad5cd23d5a9793b4bf415f2c4c2e9c1bb444acd1994"
|
||||
revision 6
|
||||
url "https://ffmpeg.org/releases/ffmpeg-4.1.1.tar.xz"
|
||||
sha256 "373749824dfd334d84e55dff406729edfd1606575ee44dd485d97d45ea4d2d86"
|
||||
head "https://github.com/FFmpeg/FFmpeg.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue