diff options
Diffstat (limited to 'Library')
| -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 91637ca94..ca5e7826b 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://www.ffmpeg.org/releases/ffmpeg-2.4.3.tar.bz2" - sha1 "a2f05df7ea3e65ede2898e055b0c6615accfb1b3" + url "https://www.ffmpeg.org/releases/ffmpeg-2.4.4.tar.bz2" + sha1 "c0a0829fbb4cf423eed77f39d3661d1a34ac7c35" head "git://git.videolan.org/ffmpeg.git" |
