From c7ef395d663f28ed66cdab60876650cda3069845 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Wed, 6 Jun 2012 10:46:19 +0200 Subject: multimarkdown 3.6 Signed-off-by: Adam Vandenberg --- Library/Formula/multimarkdown.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb index 966eaef38..a68ccc505 100644 --- a/Library/Formula/multimarkdown.rb +++ b/Library/Formula/multimarkdown.rb @@ -1,9 +1,10 @@ require 'formula' +# url uses git tag to download submodules. class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' - url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.5' - md5 '3ba5725c96b1c12f5c2419be9753bf80' + url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.6' + head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' def install -- cgit v1.2.3