aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorRaphael Fetzer2012-09-22 16:30:38 +0200
committerAdam Vandenberg2012-09-24 08:35:52 -0700
commit72c2a379d64284b316ba9fe58715305d51b28df8 (patch)
tree91a42f18529304ad9ed103e1650cbc14ff59bbc5 /Library/Formula/ffmpeg.rb
parent24c177a52d489be1fa7a93f1132bf073d08deef0 (diff)
downloadhomebrew-72c2a379d64284b316ba9fe58715305d51b28df8.tar.bz2
FFmpeg 0.11.2
Closes #15056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-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 90bb53590..0d764bf73 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ffmpeg < Formula
homepage 'http://ffmpeg.org/'
- url 'http://ffmpeg.org/releases/ffmpeg-0.11.1.tar.bz2'
- sha1 'bf01742be60c2e6280371fc4189d5d28933f1a56'
+ url 'http://ffmpeg.org/releases/ffmpeg-0.11.2.tar.bz2'
+ sha1 '5d98729b8368df8145472ae6955ef8d6b9ed0efb'
head 'git://git.videolan.org/ffmpeg.git'