diff options
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
