diff options
| author | Tim Visher | 2014-01-12 14:50:03 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-12 21:00:50 +0000 |
| commit | 821970d8974c18ff023021bd63bc87a994e13c99 (patch) | |
| tree | 52bc0c6b485574a3219d49de02c7432721f76b94 /Library/Formula/multimarkdown.rb | |
| parent | f4b7a69f499ccf900400621c754674d04051228f (diff) | |
| download | homebrew-821970d8974c18ff023021bd63bc87a994e13c99.tar.bz2 | |
multimarkdown 4.5
Closes #25850.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 9615bd1dc..9b51da925 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.4.2' + url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.5' conflicts_with 'mtools', :because => 'both install `mmd` binaries' |
