aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLuegg2013-09-21 14:06:07 +0200
committerJack Nagel2013-09-21 15:27:51 -0500
commit6a5a5c1a177e3c3882545bc7936f6e0e52f05ffd (patch)
tree0343c1968f9cd7e94975b55c2ff53d86f0e2e2e6 /Library/Formula
parenta2d3950ab85051aeb420c9817a8e9f378b858607 (diff)
downloadhomebrew-6a5a5c1a177e3c3882545bc7936f6e0e52f05ffd.tar.bz2
Multimarkdown 4.3.1
Closes #22724. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 5784752df..af9bc9070 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -4,7 +4,7 @@ class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
# Use the tag instead of the tarball to get submodules
- url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.2'
+ url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.3.1'
head 'https://github.com/fletcher/MultiMarkdown-4.git', :branch => 'master'