homebrew-cask/Casks/filezilla.rb

8 lines
310 B
Ruby
Raw Normal View History

2013-07-04 20:43:07 +08:00
class Filezilla < Cask
2014-06-18 22:55:21 +08:00
url 'https://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.8.1/FileZilla_3.8.1_macosx-x86.app.tar.bz2'
2013-07-04 20:43:07 +08:00
homepage 'https://filezilla-project.org/'
2014-06-09 18:27:47 +08:00
version '3.8.1'
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
2013-07-04 20:43:07 +08:00
link 'FileZilla.app'
end