multimarkdown 4.6

Closes Homebrew/homebrew#34231.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
The Continium 2014-11-16 17:19:49 +11:00 committed by Misty De Meo
parent 477c433dc8
commit b26a051d4c

View file

@ -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'