From fa8a429fdfd79daa6b2abf38d58dff44442d9990 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Wed, 5 Oct 2011 23:19:46 -0300 Subject: [PATCH] multimarkdown 3.2 Also remove dependencies that are no longer necessary. Closes Homebrew/homebrew#7987. Closes Homebrew/homebrew#7820. Signed-off-by: Jack Nagel --- Formula/multimarkdown.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index 0f2e53931b..0359a5b1cf 100644 --- a/Formula/multimarkdown.rb +++ b/Formula/multimarkdown.rb @@ -2,15 +2,12 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' - url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1' - md5 'fc09047d271828f068473114becd39d6' + url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.2' + md5 '438a7c09af13adf91e318ba2f49681b6' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' - depends_on 'pkg-config' => :build - depends_on 'gettext' - depends_on 'glib' - def install + ENV.append 'CFLAGS', '-include GlibFacade.h' system "make" bin.install 'multimarkdown' bin.install Dir['Support/bin/*']