aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorSteffen Matthischke2014-07-18 23:40:02 +0200
committerJack Nagel2014-07-18 19:05:44 -0500
commitff8457143692f21afd2b0fc38db9b72220437e2b (patch)
tree4bb05df44c503e2096d1c8558f6fc7e44490c0eb /Library/Formula/ffmpeg.rb
parentfd234418e3b6bd6c91ea9b246d29e518d1acb65f (diff)
downloadhomebrew-ff8457143692f21afd2b0fc38db9b72220437e2b.tar.bz2
ffmpeg 2.3
Closes #30935. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb6
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"