aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/multimarkdown.rb
diff options
context:
space:
mode:
authorChristian Tietze2011-08-22 09:07:37 +0200
committerJack Nagel2011-09-04 14:57:25 -0500
commita79a0eae5d5e8a8d3175a31de2528710d48c21e7 (patch)
treee90d7227c71c1d7ff636f5352ba8f45bf75e9546 /Library/Formula/multimarkdown.rb
parenta7894703f07978adb884a8e6c385a5842fafb8e1 (diff)
downloadhomebrew-a79a0eae5d5e8a8d3175a31de2528710d48c21e7.tar.bz2
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>
Diffstat (limited to 'Library/Formula/multimarkdown.rb')
-rw-r--r--Library/Formula/multimarkdown.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 0528eceb7..0f2e53931 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/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