From 2f5b392fb54d2bed632b98c0dae9eb1b1f7ef0f6 Mon Sep 17 00:00:00 2001 From: Alexander Kucera Date: Fri, 15 Nov 2013 14:47:58 +0100 Subject: [PATCH] Added CrushFTP CrushFTP is a robust file transfer server that makes it easy to setup secure connections with your users. --- Casks/crushftp.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/crushftp.rb diff --git a/Casks/crushftp.rb b/Casks/crushftp.rb new file mode 100644 index 00000000000..f34749c6e57 --- /dev/null +++ b/Casks/crushftp.rb @@ -0,0 +1,7 @@ +class Crushftp < Cask + url 'https://www.crushftp.com/early6/CrushFTP6_OSX.zip' + homepage 'https://www.crushftp.com' + version 'latest' + no_checksum + link 'CrushFTP6_OSX' +end