aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Wennblom2011-11-22 02:32:03 -0600
committerCharlie Sharpsteen2011-11-22 20:19:22 -0800
commitac1ce7ea4f5c64866e6831145c12d1715ae885d5 (patch)
treead40b3b299cf18c7e17e7a45039f4123c01e0009 /Library
parent29464f6cafad46bb0f49279f84feeb465f827add (diff)
downloadhomebrew-ac1ce7ea4f5c64866e6831145c12d1715ae885d5.tar.bz2
ffmpeg: update to 0.8.7
still requires --use-gcc Closes #8728. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 6ffe651d1..00ce3f19d 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -5,9 +5,9 @@ def ffplay?
end
class Ffmpeg < Formula
- url 'http://ffmpeg.org/releases/ffmpeg-0.8.6.tar.bz2'
+ url 'http://ffmpeg.org/releases/ffmpeg-0.8.7.tar.bz2'
homepage 'http://ffmpeg.org/'
- sha1 'ad7eaefa5072ca3c11778f9186fab35558a04478'
+ sha1 'e6c391769b1e45afd8e3f41b734c17ba1437f4a9'
head 'git://git.videolan.org/ffmpeg.git'