aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Mäder2013-01-04 18:34:36 +0100
committerAdam Vandenberg2013-01-04 09:36:39 -0800
commit90c476e761eae0caf3735ad3c0fe018534c6fbe8 (patch)
tree018be0af2e77742815336cbdb6d03651d86a9b27 /Library
parent8a1939b637edea6f4e9be12cf61d1585e0dda780 (diff)
downloadhomebrew-90c476e761eae0caf3735ad3c0fe018534c6fbe8.tar.bz2
multimarkdown 3.7
Closes #16890. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/multimarkdown.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 487dbabf3..d0b4bc832 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -4,8 +4,8 @@ class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
# Use the tag instead of the tarball to get submodules
- url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.6'
- version '3.6'
+ url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.7'
+ version '3.7'
head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'