diff options
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 65f54c3b6..1e70ddceb 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -2,8 +2,8 @@ require "formula"  class Ffmpeg < Formula    homepage "https://ffmpeg.org/" -  url "https://ffmpeg.org/releases/ffmpeg-2.4.1.tar.bz2" -  sha1 "8cb1c03af61001edbd0d9643b2a01b7aa097a4b3" +  url "https://ffmpeg.org/releases/ffmpeg-2.4.2.tar.bz2" +  sha1 "8fedc6f235d8510f716bca1784faa8cbe5d9cf78"    head "git://git.videolan.org/ffmpeg.git"  | 
