cask 'filezilla' do version '3.29.0' sha256 'e7264da974dc95ffb36af0bbe2a0233fbbb876a11f67e69417fa3e15f52fc1c2' # 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: 'ddb618d0a52162617c69b8f2036cbd006ae7127c17d21da1ae48d0f93edfeb77' 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