diff options
| author | BrewTestBot | 2015-04-26 07:23:00 +0100 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-26 18:06:16 +0800 | 
| commit | 5631709505df050cab9673b02db534e2f2cc09e0 (patch) | |
| tree | b247bbad2a3cbf95a4a6397752624e0791001808 /Library/Formula/highlight.rb | |
| parent | f816744d08cb2413e32486fd85040ea108e33d86 (diff) | |
| download | homebrew-5631709505df050cab9673b02db534e2f2cc09e0.tar.bz2 | |
highlight: add 3.22 bottle.
Diffstat (limited to 'Library/Formula/highlight.rb')
| -rw-r--r-- | Library/Formula/highlight.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/highlight.rb b/Library/Formula/highlight.rb index ca82fcfd7..070504042 100644 --- a/Library/Formula/highlight.rb +++ b/Library/Formula/highlight.rb @@ -5,6 +5,12 @@ class Highlight < Formula    head "svn://svn.code.sf.net/p/syntaxhighlight/code/highlight/" +  bottle do +    sha256 "f530e34bbd1769fc6f434e65cbb7b81eef505d1508bfe24ca74277685407b6a3" => :yosemite +    sha256 "8a9d9ecea3d0045dd4736859535cda66cb47cb1fc222b6244458350be62c2d39" => :mavericks +    sha256 "81d3718fd0a1258a75d7ebce4ca36adb4ff0577e9c25dae5beae981dbdf61ade" => :mountain_lion +  end +    depends_on "pkg-config" => :build    depends_on "boost"    depends_on "lua" | 
