diff options
| author | BrewTestBot | 2014-09-22 23:40:54 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-10-11 16:02:36 -0500 |
| commit | 47d9e27b9d2e9a0e1b98911774c9af27ebc2d089 (patch) | |
| tree | 36a6b3de77f0d0121011881b9c88e766b3a60c13 /Library/Formula | |
| parent | 9c9f69f15520de9e38468399fecaa5f0555459ad (diff) | |
| download | homebrew-47d9e27b9d2e9a0e1b98911774c9af27ebc2d089.tar.bz2 | |
kyua: add 0.10 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/kyua.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/kyua.rb b/Library/Formula/kyua.rb index da69248bd..2b473ea34 100644 --- a/Library/Formula/kyua.rb +++ b/Library/Formula/kyua.rb @@ -5,6 +5,12 @@ class Kyua < Formula url "https://github.com/jmmv/kyua/releases/download/kyua-0.10/kyua-0.10.tar.gz" sha1 "cb2c78c6bf2ab4f543eba61dd3ace75db0de27dc" + bottle do + sha1 "b01a65c236678fce2a1b6e93f9c8edd1b0cafeb0" => :mavericks + sha1 "561f9b7a4a88f6187ad9e438225efab55511260e" => :mountain_lion + sha1 "e29ab8d8fb98c383b0097e2b9e6fc32b8d2e9876" => :lion + end + depends_on "atf" => :build depends_on "lutok" => :build depends_on "pkg-config" => :build |
