multimarkdown 4.5
Closes Homebrew/homebrew#25850. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2fe44c4945
commit
740393551b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue