mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
309 B
Ruby
7 lines
309 B
Ruby
class Filezilla < Cask
|
|
url 'http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.8.1/FileZilla_3.8.1_macosx-x86.app.tar.bz2'
|
|
homepage 'https://filezilla-project.org/'
|
|
version '3.8.1'
|
|
sha256 '86c725246e2190b04193ce8e7e5ea89d5b9318e9f20f5b6f9cdd45b6f5c2d283'
|
|
link 'FileZilla.app'
|
|
end
|