aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Fonseca2011-07-27 09:32:13 +0100
committerAdam Vandenberg2011-07-27 11:10:50 -0700
commitf774feeb5c0e3e3a022a0b5b9bc259ccf87daa7d (patch)
tree1c8b68452fb981eb2a39ae6435eda7c8c18ded25
parent5cce04d03e488320eed42f66d5e325a2eb3f0ded (diff)
downloadhomebrew-f774feeb5c0e3e3a022a0b5b9bc259ccf87daa7d.tar.bz2
xvid 1.3.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/xvid.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/xvid.rb b/Library/Formula/xvid.rb
index 9c052dacf..431de9b55 100644
--- a/Library/Formula/xvid.rb
+++ b/Library/Formula/xvid.rb
@@ -1,14 +1,13 @@
require 'formula'
class Xvid < Formula
- url 'http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz'
+ url 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz'
homepage 'http://www.xvid.org'
- md5 '2ce9b1d280d703b5bc8e702c79e660b5'
+ md5 '87c8cf7b69ebed93c2d82ea5709d098a'
def install
cd 'build/generic' do
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
- ENV.j1 # Doesn't compile on parallel build
system "make"
system "make install" # Need to call these separately
end