homebrew-cask/Casks/filezilla.rb

26 lines
966 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'filezilla' do
2016-08-08 03:12:48 +08:00
if MacOS.version <= :snow_leopard
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
else
2016-08-24 13:09:51 +08:00
version '3.21.0'
sha256 'fe577a3e7115078d82272b617a1bbc46ec4c1ecfc0ffdbf9a23409e8b5e411f5'
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',
2016-08-24 13:09:51 +08:00
checkpoint: 'b387097041e70182747d8d23af0269e642f93ec3d41683446a2338e73e15a676'
name 'FileZilla'
homepage 'https://filezilla-project.org/'
license :gpl
2014-09-16 00:05:34 +08:00
app 'FileZilla.app'
2015-02-10 15:40:10 +08:00
zap delete: [
'~/.config/filezilla',
'~/Library/Saved Application State/de.filezilla.savedState',
'~/Library/Preferences/de.filezilla.plist',
]
2013-07-04 20:43:07 +08:00
end