diff options
| author | Christian Mäder | 2013-01-04 18:34:36 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 09:36:39 -0800 |
| commit | 90c476e761eae0caf3735ad3c0fe018534c6fbe8 (patch) | |
| tree | 018be0af2e77742815336cbdb6d03651d86a9b27 /Library | |
| parent | 8a1939b637edea6f4e9be12cf61d1585e0dda780 (diff) | |
| download | homebrew-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.rb | 4 |
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' |
