aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Rice2013-03-22 00:51:11 -0300
committerAdam Vandenberg2013-03-21 21:21:49 -0700
commit3b4f60da30bd8e41feea6df99e68737c6f4a7be4 (patch)
treeaf62e2d19c4084eb940ab808d3864230ea12f9c2
parentd7119e9379ed0bcc9201fdad6610c405ceb4b135 (diff)
downloadhomebrew-3b4f60da30bd8e41feea6df99e68737c6f4a7be4.tar.bz2
ffmbc 0.7-rc8
Closes #18656. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/ffmbc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ffmbc.rb b/Library/Formula/ffmbc.rb
index f85657401..3d006b181 100644
--- a/Library/Formula/ffmbc.rb
+++ b/Library/Formula/ffmbc.rb
@@ -2,8 +2,8 @@ require 'formula'
class Ffmbc < Formula
homepage 'http://code.google.com/p/ffmbc/'
- url 'http://ffmbc.googlecode.com/files/FFmbc-0.7-rc7.tar.bz2'
- sha1 '79d125cd5d420e61120e2a66b018b0be096ad088'
+ url 'http://ffmbc.googlecode.com/files/FFmbc-0.7-rc8.tar.bz2'
+ sha1 '85a9673ac82a698bb96057fe027222efe6ebae28'
option "without-x264", "Disable H.264 encoder"
option "without-lame", "Disable MP3 encoder"