multimarkdown 3.5
Closes Homebrew/homebrew#9675. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7ece342560
commit
f8e8072674
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Multimarkdown < Formula
|
||||
homepage 'http://fletcherpenney.net/multimarkdown/'
|
||||
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.2'
|
||||
md5 '438a7c09af13adf91e318ba2f49681b6'
|
||||
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.5'
|
||||
md5 '3ba5725c96b1c12f5c2419be9753bf80'
|
||||
head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue