diff options
| author | Sebastian Staudt | 2013-02-27 07:46:00 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-27 07:13:54 -0800 |
| commit | e396f1c4d403e2e104b9e62a196fb1ccd3c03539 (patch) | |
| tree | 78dd80ce1d027ee3f1b6c78abf8d5494e268ac76 | |
| parent | 281542a271e5c8b5bb61de8f170dffc2606cfbcd (diff) | |
| download | homebrew-e396f1c4d403e2e104b9e62a196fb1ccd3c03539.tar.bz2 | |
highlight 3.12
Closes #18106.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/highlight.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/highlight.rb b/Library/Formula/highlight.rb index f489d047b..a3703c5c2 100644 --- a/Library/Formula/highlight.rb +++ b/Library/Formula/highlight.rb @@ -2,8 +2,8 @@ require 'formula' class Highlight < Formula homepage 'http://www.andre-simon.de/doku/highlight/en/highlight.html' - url 'http://www.andre-simon.de/zip/highlight-3.9.tar.bz2' - sha1 'dd5f7ada72e6e6ee0c3477ba0347a1bce9227ddf' + url 'http://www.andre-simon.de/zip/highlight-3.12.tar.bz2' + sha1 '4d96b4d91ff08268a338847b9ea408d741b91573' depends_on 'boost' depends_on 'lua' |
