diff options
| author | Trevor Wennblom | 2011-06-25 14:03:05 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-25 19:49:40 -0700 |
| commit | 1563196a42bc6cfb210ec08ce6759cbe384669fa (patch) | |
| tree | 58e29703ae171122c8b9ac56ca32b248da741102 | |
| parent | 36d7049aba923207fc0b12eccfb2b3351b62d952 (diff) | |
| download | homebrew-1563196a42bc6cfb210ec08ce6759cbe384669fa.tar.bz2 | |
ffmpeg 0.6.3
Fixes #6136
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 0631d845f..b9cead686 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -1,9 +1,9 @@ require 'formula' class Ffmpeg < Formula - url 'http://ffmpeg.org/releases/ffmpeg-0.6.2.tar.bz2' + url 'http://ffmpeg.org/releases/ffmpeg-0.6.3.tar.bz2' homepage 'http://ffmpeg.org/' - sha1 'd4e464d4111971b9cef10be7a1efa3677a899338' + sha1 '25dd82e8a3627a1a9d4464e15685720215fecb3c' head 'git://git.videolan.org/ffmpeg.git' |
