aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/multimarkdown.rb
diff options
context:
space:
mode:
authorTim Visher2014-01-12 14:50:03 -0500
committerMike McQuaid2014-01-12 21:00:50 +0000
commit821970d8974c18ff023021bd63bc87a994e13c99 (patch)
tree52bc0c6b485574a3219d49de02c7432721f76b94 /Library/Formula/multimarkdown.rb
parentf4b7a69f499ccf900400621c754674d04051228f (diff)
downloadhomebrew-821970d8974c18ff023021bd63bc87a994e13c99.tar.bz2
multimarkdown 4.5
Closes #25850. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
-rw-r--r--Library/Formula/multimarkdown.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 9615bd1dc..9b51da925 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.4.2'
+ url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.5'
conflicts_with 'mtools', :because => 'both install `mmd` binaries'