multimarkdown 3.7

Closes Homebrew/homebrew#16890.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Christian Mäder 2013-01-04 18:34:36 +01:00 committed by Adam Vandenberg
parent d855233f83
commit 5e215034d6
1 changed files with 2 additions and 2 deletions

View File

@ -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'