aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mkclean.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mkclean.rb')
-rw-r--r--Library/Formula/mkclean.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mkclean.rb b/Library/Formula/mkclean.rb
index 499cc330d..b49d3caa0 100644
--- a/Library/Formula/mkclean.rb
+++ b/Library/Formula/mkclean.rb
@@ -1,11 +1,12 @@
require 'formula'
class Mkclean <Formula
- url 'http://downloads.sourceforge.net/project/matroska/mkclean/mkclean-0.7.3.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/matroska/mkclean/mkclean-0.8.0.tar.bz2'
homepage 'http://www.matroska.org/downloads/mkclean.html'
- md5 '22d7e5de7c52bc166f82632cde2967c1'
+ md5 '8844bf8d00b55790be9ea6d45cc38bda'
def install
+ ENV.j1 # Otherwise there are races
system "./configure"
system "make -C mkclean"
bindir = `corec/tools/coremake/system_output.sh`.chomp