diff options
| author | Tim Visher | 2014-01-08 14:45:40 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-09 10:08:30 +0000 |
| commit | 7eea2a4fcb42b0de5ab3e1a269ceba9647a7fc41 (patch) | |
| tree | c2e5264d44c0e8280e766175bca65e3a780f0eb1 /Library/Formula/multimarkdown.rb | |
| parent | bda24622a8b2045ea66019f9100ef13858ec0c21 (diff) | |
| download | homebrew-7eea2a4fcb42b0de5ab3e1a269ceba9647a7fc41.tar.bz2 | |
multimarkdown 4.4.2
Closes #25744.
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 3287be0c2..9615bd1dc 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.2' + url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.4.2' conflicts_with 'mtools', :because => 'both install `mmd` binaries' |
