diff options
| author | nibbles 2bits | 2012-05-03 17:18:03 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-05-03 20:44:40 -0700 |
| commit | f7d61d6914afe568cb019215e1fdb61c25844982 (patch) | |
| tree | 32e56c9bbb380ac2f4c20c9df893f4916d80b7e5 | |
| parent | f4afae4a2bb5b7ecafba5d16f3ee3bb76880e5c0 (diff) | |
| download | homebrew-f7d61d6914afe568cb019215e1fdb61c25844982.tar.bz2 | |
highlight 3.9
Upgrade highlight to version 3.9.
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 188c51b0d..f489d047b 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.8.tar.bz2' - sha1 '007a008f1846485e86ad9347f98f69a22afeb718' + url 'http://www.andre-simon.de/zip/highlight-3.9.tar.bz2' + sha1 'dd5f7ada72e6e6ee0c3477ba0347a1bce9227ddf' depends_on 'boost' depends_on 'lua' |
