aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-10-12 03:31:24 -0700
committerMisty De Meo2013-10-12 03:31:41 -0700
commit8b4ba0f0ab7a1ffd5753e0acb805db90fd0864ac (patch)
tree84f14cae4a44836b49446126d7f35e859304bf04 /Library
parent7bae88be3bfc4b02ab7d3bd80481e8f525f3b1a8 (diff)
downloadhomebrew-8b4ba0f0ab7a1ffd5753e0acb805db90fd0864ac.tar.bz2
ffmpeg 2.0.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ffmpeg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index e29c622b3..33c637771 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -10,8 +10,8 @@ class Ffmpeg < Formula
# This is actually the new stable, not a devel release,
# but not everything builds with it yet - notably gpac
devel do
- url 'http://ffmpeg.org/releases/ffmpeg-2.0.1.tar.bz2'
- sha1 'cc36c696228221ce14585edd90fb6413d206a5c8'
+ url 'http://ffmpeg.org/releases/ffmpeg-2.0.2.tar.bz2'
+ sha1 '47d3b3d172ae81f0571549e4dfaadfe5b4fe06cc'
end
option "without-x264", "Disable H.264 encoder"