homebrew-cask/Casks/filezilla.rb

26 lines
1.1 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'filezilla' do
2017-03-15 22:24:37 +08:00
if MacOS.version <= :mavericks
2017-02-22 22:52:43 +08:00
version '3.24.1'
sha256 '79f28c13820ffcb9e6fa4446a1a317a45fd91d6a67fb1a562d30443f1abe186e'
2017-03-15 22:24:37 +08:00
else
2017-06-15 09:23:06 +08:00
version '3.26.2'
sha256 'c5028031ac3eb9ae2ae9cb2a16f0931b74dd2396f04fda1ec67374b692835750'
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',
2017-06-15 09:23:06 +08:00
checkpoint: '08c71a0a385d1d2295058dc6cb811eae826b9a5a36ac1d026e1e479e664231fb'
name 'FileZilla'
homepage 'https://filezilla-project.org/'
2014-09-16 00:05:34 +08:00
app 'FileZilla.app'
2015-02-10 15:40:10 +08:00
zap delete: [
'~/.config/filezilla',
'~/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',
]
2013-07-04 20:43:07 +08:00
end