From 0fad86f3d5522bc42bb99b7955b8ce1f008d04b2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 9 Nov 2013 22:45:20 -0800 Subject: multimarkdown 4.3.2 --- Library/Formula/multimarkdown.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index af9bdcc22..3287be0c2 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -4,7 +4,7 @@ class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' head 'https://github.com/fletcher/MultiMarkdown-4.git', :branch => 'master' # Use git tag instead of the tarball to get submodules - url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.3.1' + url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.3.2' conflicts_with 'mtools', :because => 'both install `mmd` binaries' @@ -17,7 +17,7 @@ class Multimarkdown < Formula def caveats; <<-EOS.undent Support files have been installed to: - #{prefix}/Support + #{opt_prefix}/Support EOS end end -- cgit v1.2.3