multimarkdown 3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f36ffe1b18
commit
3b071d34c0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue