From 52bffbc191f0a30a37f2b0d0da2fd7d28a6bfadb Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 25 Jan 2015 22:49:10 +0100 Subject: mdp 0.93.0 Closes #36216. Signed-off-by: Tim D. Smith --- Library/Formula/mdp.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mdp.rb b/Library/Formula/mdp.rb index 02529ac5e..6969f48af 100644 --- a/Library/Formula/mdp.rb +++ b/Library/Formula/mdp.rb @@ -1,9 +1,8 @@ -require "formula" - class Mdp < Formula homepage "https://github.com/visit1985/mdp" - url "https://github.com/visit1985/mdp/archive/0.92.2.tar.gz" - sha1 "d01db33bb3ce1206c48e0c191adb14746f3fcdd5" + url "https://github.com/visit1985/mdp/archive/0.93.0.tar.gz" + sha1 "5e267c8d9d3c2b30bd1951e854f1d4ad7c8679cf" + head "https://github.com/visit1985/mdp.git" bottle do cellar :any @@ -21,6 +20,6 @@ class Mdp < Formula test do # Go through two slides and quit. ENV["TERM"] = "xterm" - system "echo jjq | #{bin}/mdp #{share}/sample.md" + pipe_output "#{bin}/mdp #{share}/sample.md", "jjq", 0 end end -- cgit v1.2.3