diff options
| author | BrewTestBot | 2015-01-11 23:40:12 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-12 13:44:48 +0000 |
| commit | cf9cb2b527f8beba0c55c3b9a5ce14ba07dc4868 (patch) | |
| tree | d84c4e2c6f1aa73f0bc0b9901e0ca8d96a15b3d7 /Library/Formula | |
| parent | 9b7fca1ae74e6c94592416edc010d672d6e5bd0e (diff) | |
| download | homebrew-cf9cb2b527f8beba0c55c3b9a5ce14ba07dc4868.tar.bz2 | |
duck: add 4.6.2.16366 bottle.
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 |
