diff options
| author | Baptiste Fontaine | 2015-01-25 22:49:10 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2015-01-25 22:41:50 -0800 |
| commit | 52bffbc191f0a30a37f2b0d0da2fd7d28a6bfadb (patch) | |
| tree | be5c33672aa706f5546e4e8bac60cb5105224935 /Library/Formula | |
| parent | 11b33169890183a70f2992e969a67bc5cd8ed0c3 (diff) | |
| download | homebrew-52bffbc191f0a30a37f2b0d0da2fd7d28a6bfadb.tar.bz2 | |
mdp 0.93.0
Closes #36216.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mdp.rb | 9 |
1 files changed, 4 insertions, 5 deletions
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 |
