From b63741f65daff8abceee40015f89eee431869ada Mon Sep 17 00:00:00 2001 From: Alexander Graefe Date: Tue, 17 Mar 2015 07:40:07 +0100 Subject: [PATCH] multimarkdown 4.7.1 Closes Homebrew/homebrew#37786. Closes Homebrew/homebrew#37583. Signed-off-by: Jack Nagel --- Formula/multimarkdown.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index df20295991..cac09bba54 100644 --- a/Formula/multimarkdown.rb +++ b/Formula/multimarkdown.rb @@ -3,7 +3,8 @@ require 'formula' class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' # Use git tag instead of the tarball to get submodules - url 'https://github.com/fletcher/MultiMarkdown-4.git', :tag => '4.6' + url "https://github.com/fletcher/MultiMarkdown-4.git", :tag => "4.7.1", + :revision => "3083076038cdaceb666581636ef9e1fc68472ff0" head 'https://github.com/fletcher/MultiMarkdown-4.git' bottle do @@ -18,6 +19,7 @@ class Multimarkdown < Formula def install ENV.append 'CFLAGS', '-g -O3 -include GLibFacade.h' system "make" + rm_f Dir["scripts/*.bat"] bin.install 'multimarkdown', Dir['scripts/*'] prefix.install 'Support' end