homebrew-cask/Casks/filezilla.rb

24 lines
811 B
Ruby

cask 'filezilla' do
if MacOS.release <= :snow_leopard
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
else
version '3.17.0.1'
sha256 '3488df6f4477817b076b0216a4eb9794582f4aad90e388bb0352f6ff35d116e3'
end
# sourceforge.net/project/filezilla was verified as official when first introduced to the cask
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
app 'FileZilla.app'
zap delete: [
'~/.config/filezilla',
'~/Library/Saved Application State/de.filezilla.savedState',
'~/Library/Preferences/de.filezilla.plist',
]
end