homebrew-cask/Casks/filezilla.rb

10 lines
323 B
Ruby
Raw Normal View History

2013-07-04 20:43:07 +08:00
class Filezilla < Cask
2014-09-07 02:24:10 +08:00
version '3.9.0.5'
sha256 '805e7a83faa13235d15eeab572eab06d6033901a196ba3ebcf753793f81219cd'
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-09-16 00:05:34 +08:00
app 'FileZilla.app'
2013-07-04 20:43:07 +08:00
end