diff options
| author | Shaun Jackman | 2014-09-10 10:04:03 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-09-10 13:06:36 -0500 |
| commit | c5ea5dfe23d5c96a34c331261fbab50feb641d13 (patch) | |
| tree | bfb21722b434b4ec1ecb994408ca0a6af4babb42 /Library | |
| parent | 4614ba528343f9b01efe5519ef7f041f65ec2d99 (diff) | |
| download | homebrew-c5ea5dfe23d5c96a34c331261fbab50feb641d13.tar.bz2 | |
multimarkdown 4.5.3
Closes #32216.
Signed-off-by: Jack Nagel <jacknagel@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 0fc5da1a3..c5c54cee5 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' + url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.5.3' conflicts_with 'mtools', :because => 'both install `mmd` binaries' |
