From a60cc06583aa2e243b61bab7e5690ae54269d212 Mon Sep 17 00:00:00 2001 From: Syi Date: Mon, 1 Sep 2014 01:40:18 -0400 Subject: [PATCH] Add Fetch.app v5.7.3 fetch is a non-free ftp client for macintosh. The education/charity license is free. --- Casks/fetch.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Casks/fetch.rb diff --git a/Casks/fetch.rb b/Casks/fetch.rb new file mode 100644 index 00000000000..05b1206e3c6 --- /dev/null +++ b/Casks/fetch.rb @@ -0,0 +1,9 @@ +class Fetch < Cask + version '5.7.3' + sha256 'fd75b4ab78211cc067906341576657e41e130080ce05a1f20947a6acbb816ea3' + + url 'http://fetchsoftworks.com/fetch/download/Fetch_5.7.3.dmg?direct=1' + homepage 'http://fetchsoftworks.com/' + + link 'Fetch.app' +end