aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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'