homebrew-cask/Casks/filezilla.rb

25 lines
953 B
Ruby

cask 'filezilla' do
if MacOS.version <= :snow_leopard
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
else
version '3.22.2.2'
sha256 'b43d52d441b0777439f36cecd4fc1888c18072b9c9381fa9be016fcef28954c2'
end
# sourceforge.net/filezilla was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/filezilla/FileZilla_Client/#{version}/FileZilla_#{version}_macosx-x86.app.tar.bz2"
appcast 'https://sourceforge.net/projects/filezilla/rss?path=/FileZilla_Client',
checkpoint: 'b518f15d722afb4a1a97be89d25a3cee20045d666a3968cafae654e8e3db6506'
name 'FileZilla'
homepage 'https://filezilla-project.org/'
app 'FileZilla.app'
zap delete: [
'~/.config/filezilla',
'~/Library/Saved Application State/de.filezilla.savedState',
'~/Library/Preferences/de.filezilla.plist',
]
end