From daecb95735dfaeefc9787a99764b5dbf8d49b3ae Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 11 Jan 2015 09:43:08 -0800 Subject: hoedown 3.0.1 --- Library/Formula/hoedown.rb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'Library') diff --git a/Library/Formula/hoedown.rb b/Library/Formula/hoedown.rb index 841adcfd6..03eb26083 100644 --- a/Library/Formula/hoedown.rb +++ b/Library/Formula/hoedown.rb @@ -1,20 +1,18 @@ -require 'formula' - class Hoedown < Formula - homepage 'https://github.com/hoedown/hoedown' - url 'https://github.com/hoedown/hoedown/archive/2.0.0.tar.gz' - sha1 '51cd3f80b4798fb305b66bbfce4cfa7da9f1b775' + homepage "https://github.com/hoedown/hoedown" + url "https://github.com/hoedown/hoedown/archive/3.0.1.tar.gz" + sha1 "4a2e8bd7c22f13644b234e17c2541c8ffc935c34" def install - system 'make', 'hoedown' - bin.install 'hoedown' - prefix.install 'test' + system "make", "hoedown" + bin.install "hoedown" + prefix.install "test" end test do - system 'perl', "#{prefix}/test/MarkdownTest_1.0.3/MarkdownTest.pl", + system "perl", "#{prefix}/test/MarkdownTest_1.0.3/MarkdownTest.pl", "--script=#{bin}/hoedown", "--testdir=#{prefix}/test/MarkdownTest_1.0.3/Tests", - '--tidy' + "--tidy" end end -- cgit v1.2.3