homebrew-cask/Casks/crushftp.rb

15 lines
247 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'crushftp' do
2014-09-17 19:42:42 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2017-04-13 07:24:31 +08:00
url 'https://www.crushftp.com/CrushFTP7_OSX.zip'
name 'CrushFTP7'
homepage 'https://www.crushftp.com/'
app 'CrushFTP7_OSX/CrushFTP7.app'
2016-01-13 01:38:55 +08:00
caveats do
depends_on_java
end
end