From f63e5d81eb67f5e9849aa7abe6d80622950d51ca Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 28 Nov 2017 20:33:47 -0800 Subject: [PATCH] highlight 3.41 Closes #21144. Signed-off-by: ilovezfs --- Formula/highlight.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/highlight.rb b/Formula/highlight.rb index 5ca73fcfe8..e964c13870 100644 --- a/Formula/highlight.rb +++ b/Formula/highlight.rb @@ -1,9 +1,8 @@ class Highlight < Formula desc "Convert source code to formatted text with syntax highlighting" homepage "http://www.andre-simon.de/doku/highlight/en/highlight.html" - url "http://www.andre-simon.de/zip/highlight-3.40.tar.bz2" - sha256 "3e55fadd3f2a85f25ea995fd0e57e94e2a59fe2e3ccefe6bd896b50acadc38e3" - revision 1 + url "http://www.andre-simon.de/zip/highlight-3.41.tar.bz2" + sha256 "3909986041d40b1d0d3e00cb3b6043b0fbff6fd6a452696fb4eec495b6536722" head "https://github.com/andre-simon/highlight.git" bottle do @@ -23,6 +22,6 @@ class Highlight < Formula end test do - system bin/"highlight", doc/"examples/highlight_pipe.php" + system bin/"highlight", doc/"extras/highlight_pipe.php" end end