diff options
| author | Jenkins CI | 2015-04-23 13:13:09 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:30:15 -0700 | 
| commit | d40113399c9a82a18a756190d292873ecd079dbf (patch) | |
| tree | b804fb49149466ebb3d069aae2321cb21d05d1d1 | |
| parent | fa87c8399356be8a1c168136a7a3689571705f08 (diff) | |
| download | homebrew-d40113399c9a82a18a756190d292873ecd079dbf.tar.bz2 | |
duck: 4.7.17432
Java 7 or later is required to compile.
Closes #38964.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/duck.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/duck.rb b/Library/Formula/duck.rb index 7f6d1913b..7e600c1d4 100644 --- a/Library/Formula/duck.rb +++ b/Library/Formula/duck.rb @@ -1,7 +1,7 @@  class Duck < Formula    homepage "https://duck.sh/" -  url "https://dist.duck.sh/duck-src-4.6.5.17000.tar.gz" -  sha1 "bd26842b09bf41f86791a7172b93ac88f029b354" +  url "https://dist.duck.sh/duck-src-4.7.17432.tar.gz" +  sha1 "100996ffbabf2586eb149efd3097b4af20efa728"    head "https://svn.cyberduck.io/trunk/"    bottle do @@ -11,7 +11,7 @@ class Duck < Formula      sha1 "be719af049e6b39490554f8e1ba916c2b7de77ea" => :mountain_lion    end -  depends_on :java => ["1.7", :build] +  depends_on :java => ["1.7+", :build]    depends_on :xcode => :build    depends_on "ant" => :build | 
