multimarkdown 4.5

Closes Homebrew/homebrew#25850.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Tim Visher 2014-01-12 14:50:03 -05:00 committed by Mike McQuaid
parent 2fe44c4945
commit 740393551b

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.4.2'
url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.5'
conflicts_with 'mtools', :because => 'both install `mmd` binaries'