diff options
| author | The Continium | 2014-11-16 17:19:49 +1100 |
|---|---|---|
| committer | Misty De Meo | 2014-11-15 23:17:22 -0800 |
| commit | 225796efc52ecf1a5cd777e29377395c95247cd6 (patch) | |
| tree | e866dea6a8075fc6b7071db32249a5f1a26e18ad /Library | |
| parent | 066eb794ff1ed3e2b5cd15896ed6381720a5b217 (diff) | |
| download | homebrew-225796efc52ecf1a5cd777e29377395c95247cd6.tar.bz2 | |
multimarkdown 4.6
Closes #34231.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -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 c5c54cee5..99d4232ca 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.5.3' + url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.6' conflicts_with 'mtools', :because => 'both install `mmd` binaries' |
