From 98075a3c0d91c395ddec43de3fb3bf7070e7c968 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Mon, 22 Aug 2011 09:07:37 +0200 Subject: [PATCH] multimarkdown 3.1b1 Permitting a beta version to allow for compatibility with other tools that rely on MMD. Signed-off-by: Jack Nagel --- Formula/multimarkdown.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index 0528eceb7ff..0f2e53931b0 100644 --- a/Formula/multimarkdown.rb +++ b/Formula/multimarkdown.rb @@ -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