diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 9b8d2bf4a..a7c23b6bf 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -1,9 +1,9 @@ require "formula" class Ffmpeg < Formula - homepage "http://ffmpeg.org/" - url "http://ffmpeg.org/releases/ffmpeg-2.2.4.tar.bz2" - sha1 "571f36f92709b77808e6ef87a01e47e5df1fe319" + homepage "https://ffmpeg.org/" + url "https://ffmpeg.org/releases/ffmpeg-2.3.tar.bz2" + sha1 "0006580ef3409aaace1c4c35ed6d77aa326ae17c" head "git://git.videolan.org/ffmpeg.git" |
