aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ffmpeg.rb
diff options
context:
space:
mode:
authorMartin Kühl2010-06-16 17:10:13 +0200
committerAdam Vandenberg2010-07-13 07:51:29 -0700
commit5e3da1eb24db2b5c0e67665ecd1c5f053163c76e (patch)
treeb5e1ffee4f3311b1ca00bd04b51eee77ab6745ca /Library/Formula/ffmpeg.rb
parentfa10894958bc88fd89c5622d8ebe23c1a13d0fa7 (diff)
downloadhomebrew-5e3da1eb24db2b5c0e67665ecd1c5f053163c76e.tar.bz2
Updated formula: ffmpeg 0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
-rw-r--r--Library/Formula/ffmpeg.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index a578b5d30..29cb0cfff 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -1,6 +1,8 @@
require 'formula'
class Ffmpeg <Formula
+ url 'http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2'
+ sha1 'c130e3bc368251b9130ce6eafb44fe8c3993ff5c'
head 'svn://svn.ffmpeg.org/ffmpeg/trunk',
:revisions => { :trunk => 22916, 'libswscale' => 31045 }
homepage 'http://ffmpeg.org/'