homebrew-cask/Casks/filezilla.rb

26 lines
966 B
Ruby

cask 'filezilla' do
if MacOS.version <= :snow_leopard
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
else
version '3.20.1'
sha256 '25de076e7d1a48cfc26a185862ad8ce94af7d00b4aa8531ce4bbf49ca7bd5862'
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: 'e92d0877088496a24af1fbfcdad6df7829c43492dc72a9243a213655a7a9b09b'
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