diff options
| author | BrewTestBot | 2015-01-12 14:54:01 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-12 15:22:16 +0000 |
| commit | e35e753de7a0c7c4acd569d0746f3b0233c7bee5 (patch) | |
| tree | 6222082b2c60cbf5046bf3b2392dcae8bdd12360 /Library/Formula | |
| parent | 67c51a60230acf4e4759b977dcef1900e9b2880d (diff) | |
| download | homebrew-e35e753de7a0c7c4acd569d0746f3b0233c7bee5.tar.bz2 | |
tth: add 4.06 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tth.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tth.rb b/Library/Formula/tth.rb index bfe668219..b46cb1b22 100644 --- a/Library/Formula/tth.rb +++ b/Library/Formula/tth.rb @@ -5,6 +5,13 @@ class Tth < Formula sha1 "27b44970d93f1e1964c92ffa0fa964e6045bae37" version "4.06" + bottle do + cellar :any + sha1 "dac2cc7df5b0f2f6c77a186fcf799f12a29aff2e" => :yosemite + sha1 "d869523cd588ee381ae315aed247f57be379b3be" => :mavericks + sha1 "2dc34ba1293a14891456d91bc2b243233f7a06fd" => :mountain_lion + end + def install system ENV.cc, "-o", "tth", "tth.c" bin.install %w[tth latex2gif ps2gif ps2png] |
