diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fizsh.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fizsh.rb b/Library/Formula/fizsh.rb index 293ea3fa0..4927911bf 100644 --- a/Library/Formula/fizsh.rb +++ b/Library/Formula/fizsh.rb @@ -8,6 +8,13 @@ class Fizsh < Formula head "https://github.com/zsh-users/fizsh", :using => :git + bottle do + cellar :any + sha1 "31962775bf8fde4d57fa03bb2a9c1c7ae2449afb" => :yosemite + sha1 "e95ca1c85aae0e07d8fe99f631a3eb00ae6bc708" => :mavericks + sha1 "b1ce95c0da21159a36c8153064fcb82ed708c8f7" => :mountain_lion + end + depends_on "zsh" def install |
