diff options
| author | BrewTestBot | 2014-12-12 11:43:43 +0000 | 
|---|---|---|
| committer | Misty De Meo | 2014-12-12 09:43:53 -0800 | 
| commit | 08647130c6977f247a88e80e731bcb51348be8a0 (patch) | |
| tree | 2bfc8eb4d6a89c017cde530f112d2c1cde2b5d77 /Library | |
| parent | 387baacd72aa8d9d033097c5064609019074c93a (diff) | |
| download | homebrew-08647130c6977f247a88e80e731bcb51348be8a0.tar.bz2 | |
kore: add 1.2 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kore.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/kore.rb b/Library/Formula/kore.rb index 7fec939db..ebd9290aa 100644 --- a/Library/Formula/kore.rb +++ b/Library/Formula/kore.rb @@ -7,6 +7,12 @@ class Kore < Formula    head "https://github.com/jorisvink/kore.git" +  bottle do +    sha1 "d0423698323272274a2642e19176696fec6003cd" => :yosemite +    sha1 "cb230b9303f4c8201ad78a4a28da5fb5083dbfdb" => :mavericks +    sha1 "6742b88959e925e0416f734d55913923a836d1da" => :mountain_lion +  end +    depends_on "openssl"    depends_on "postgresql" => :recommended  | 
