diff options
| author | BrewTestBot | 2014-10-24 02:45:43 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-10-23 21:03:12 -0500 |
| commit | 42d04e9e914cdc80958ee195d5109e793911c303 (patch) | |
| tree | b5dbf9d974c417044307a08a41cec23793262cea /Library | |
| parent | b74b81293b940c098348491fbf73cefb07fce791 (diff) | |
| download | homebrew-42d04e9e914cdc80958ee195d5109e793911c303.tar.bz2 | |
ticcutils: add 0.7 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ticcutils.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ticcutils.rb b/Library/Formula/ticcutils.rb index fb6a29975..1da5d6d9d 100644 --- a/Library/Formula/ticcutils.rb +++ b/Library/Formula/ticcutils.rb @@ -5,6 +5,13 @@ class Ticcutils < Formula url "http://software.ticc.uvt.nl/ticcutils-0.7.tar.gz" sha1 "f58ec1a6b64a0eebc1a8a74ef625cf6398a5fafc" + bottle do + cellar :any + sha1 "5e8c69c62810db58504dd2fd60c4d4d39929d87f" => :yosemite + sha1 "307d320bb730deeaf83d452619e043d0ac0bde88" => :mavericks + sha1 "336da8cc03521e25d220b56f722f6e7a4a8ab303" => :mountain_lion + end + depends_on "pkg-config" => :build def install |
