Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

duck 4.8.18316 #1037

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions Library/Formula/duck.rb
Expand Up @@ -2,8 +2,8 @@ class Duck < Formula
desc "Command-line interface for Cyberduck (a multi-protocol file transfer tool)"
homepage "https://duck.sh/"
# check the changelog for the latest stable version: https://cyberduck.io/changelog/
url "https://dist.duck.sh/duck-src-4.7.3.18396.tar.gz"
sha256 "47e25f0a28393c388f37d319c9d51dd51eebdf15198ee48df3995af8a60bcc16"
url "https://dist.duck.sh/duck-src-4.8.18316.tar.gz"
sha256 "d48c209a65b587143fc3b8e98290edbe6e354c6ea710c095507e5be7ddb0f048"
head "https://svn.cyberduck.io/trunk/"

bottle do
Expand All @@ -13,8 +13,7 @@ class Duck < Formula
sha256 "6aaab98af32f261163510703ea45f15aeedc38fb81af648952a294ddf96c438a" => :mavericks
end

depends_on :java => ["1.8+", :build]
depends_on :xcode => :build
depends_on :java => ["1.8", :build]
depends_on "ant" => :build

def install
Expand Down