homebrew-cask/Casks/filezilla.rb

21 lines
757 B
Ruby

cask 'filezilla' do
version '3.37.4'
sha256 'bc2c4ba4959beb61a7a19496fbc0510c76c0d6c0e76cf5d276e865cec39e2c11'
url "https://download.filezilla-project.org/client/FileZilla_#{version}_macosx-x86.app.tar.bz2"
appcast 'https://filezilla-project.org/versions.php?type=client'
name 'FileZilla'
homepage 'https://filezilla-project.org/'
depends_on macos: '>= :mavericks'
app 'FileZilla.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/de.filezilla.sfl*',
'~/Library/Saved Application State/de.filezilla.savedState',
'~/Library/Preferences/de.filezilla.plist',
'~/.config/filezilla',
]
end