homebrew-cask/Casks/filezilla.rb

13 lines
437 B
Ruby
Raw Normal View History

2013-07-04 20:43:07 +08:00
class Filezilla < Cask
version '3.9.0.6'
sha256 '9486be1f5dec41df8ef1b60893ca612e6791b8d98609c6b9e42ced977210d15b'
2014-07-29 20:30:44 +08:00
url "https://downloads.sourceforge.net/project/filezilla/FileZilla_Client/#{version}/FileZilla_#{version}_macosx-x86.app.tar.bz2"
homepage 'https://filezilla-project.org/'
2014-10-01 23:32:52 +08:00
license :oss
2014-09-16 00:05:34 +08:00
app 'FileZilla.app'
# todo verify that this does not contain user-generate content
2014-09-18 19:57:56 +08:00
# zap :delete => '~/.filezilla'
2013-07-04 20:43:07 +08:00
end