diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index 0f2e53931b0..0359a5b1cf5 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/*']