diff options
| author | Lars Bilke | 2012-06-06 10:46:19 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-06 19:50:54 -0700 |
| commit | c7ef395d663f28ed66cdab60876650cda3069845 (patch) | |
| tree | bedf5fe909bc3b7944accda5b46522a584f41f8e /Library/Formula | |
| parent | c44b297e63ea2484cbd4a647ea22a96893d263ca (diff) | |
| download | homebrew-c7ef395d663f28ed66cdab60876650cda3069845.tar.bz2 | |
multimarkdown 3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 |
