diff options
| author | Adam Vandenberg | 2013-11-09 22:45:20 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-09 22:45:20 -0800 |
| commit | 0fad86f3d5522bc42bb99b7955b8ce1f008d04b2 (patch) | |
| tree | 4f0fd6eaa2827af1f74f8b6408bfdac8398d469b /Library/Formula/multimarkdown.rb | |
| parent | 5560aff3366ddc112b01a5a5bedd623fb172d93c (diff) | |
| download | homebrew-0fad86f3d5522bc42bb99b7955b8ce1f008d04b2.tar.bz2 | |
multimarkdown 4.3.2
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
| -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 |
