homebrew-cask/Casks/filezilla.rb

21 lines
686 B
Ruby
Raw Normal View History

2014-11-14 01:25:50 +08:00
cask :v1 => 'filezilla' do
if MacOS.release <= :snow_leopard
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
else
version '3.10.0.2'
sha256 '676abc887161c96302725defe963e5f049097339f165d19746dcfa7731620eb1'
end
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:36 +08:00
url "http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/#{version}/FileZilla_#{version}_macosx-x86.app.tar.bz2"
name 'FileZilla'
homepage 'https://filezilla-project.org/'
license :gpl
2014-09-16 00:05:34 +08:00
app 'FileZilla.app'
# todo verify that this does not contain user-generate content
2014-09-18 19:57:56 +08:00
# zap :delete => '~/.filezilla'
2013-07-04 20:43:07 +08:00
end