diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/duck.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/duck.rb b/Library/Formula/duck.rb index 613248dab..d6c869eab 100644 --- a/Library/Formula/duck.rb +++ b/Library/Formula/duck.rb @@ -4,6 +4,13 @@ class Duck < Formula sha1 "135f7ca7315fd478607e590eaa2df43418d85e0d" head "https://svn.cyberduck.io/trunk/" + bottle do + cellar :any + sha1 "05353941783e34f1931b0cdd78a89f245d8daf33" => :yosemite + sha1 "a2120b7b4b7ae15f9b941c24bb9d4f7c36392e74" => :mavericks + sha1 "fb6e8e20d702cf3d9808e758328cd7ebc8830283" => :mountain_lion + end + depends_on :java => [:build, "1.7"] depends_on :xcode => :build depends_on "ant" => :build |
