diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/multimarkdown.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
