multimarkdown 3.1b1

Permitting a beta version to allow for compatibility with other tools
that rely on MMD.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Christian Tietze 2011-08-22 09:07:37 +02:00 committed by Jack Nagel
parent 3f5ea35a45
commit 98075a3c0d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.0'
md5 '607387dc346a71203f100564874294fe'
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1'
md5 'fc09047d271828f068473114becd39d6'
head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'
depends_on 'pkg-config' => :build