From b1e70a4d7ce76ec8cbdb0bea9cf19c60f50c5e3b Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 11 Jan 2020 16:01:24 -0500 Subject: [PATCH] multimarkdown 6.5.1 Closes #48902. Signed-off-by: FX Coudert --- Formula/multimarkdown.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index afc730dc3a..16c0f2c2b7 100644 --- a/Formula/multimarkdown.rb +++ b/Formula/multimarkdown.rb @@ -1,8 +1,8 @@ class Multimarkdown < Formula desc "Turn marked-up plain text into well-formatted documents" homepage "https://fletcher.github.io/MultiMarkdown-6/" - url "https://github.com/fletcher/MultiMarkdown-6/archive/6.4.0.tar.gz" - sha256 "fa9daa089bc0f8bc1f69fd7365778d59210b446ce7008d03b87fb572df8ff5d3" + url "https://github.com/fletcher/MultiMarkdown-6/archive/6.5.1.tar.gz" + sha256 "e8710777566d7710100b44e829a15d0ec2fce20271477aebea7caac319e1b20f" head "https://github.com/fletcher/MultiMarkdown-6.git" bottle do @@ -21,11 +21,6 @@ class Multimarkdown < Formula conflicts_with "discount", :because => "both install `markdown` binaries" def install - # Reported upstream 2 Sep 2018 https://github.com/fletcher/MultiMarkdown-6/issues/142 - inreplace "CMakeLists.txt", - "SET(CMAKE_OSX_DEPLOYMENT_TARGET \"10.4\"", - "SET(CMAKE_OSX_DEPLOYMENT_TARGET \"#{MacOS.version}\"" - system "make", "release" cd "build" do