diff options
| -rw-r--r-- | Library/Formula/kes.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index a91c308f2..e4c2fe989 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -5,6 +5,13 @@ class Kes < Formula head "https://github.com/epilnivek/kes.git" + bottle do + cellar :any + sha256 "84db02dd57749a28718482893d9c032c7056ddc32ea9d305d38172ca14199c80" => :yosemite + sha256 "b07636ad0d38972397fcc64059b2e5505110400415e41ff0417ecccb71fcff38" => :mavericks + sha256 "a736dd5aa01f8a8011f6a05fe82ba43954fdf0f3037e483c96bfda9ee7591c48" => :mountain_lion + end + depends_on "readline" def install |
