mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
9 lines
324 B
Ruby
9 lines
324 B
Ruby
class Filezilla < Cask
|
|
version '3.9.0.1'
|
|
sha256 'e9de997630265ad17bd1006624f76a20276da45578a9ffa839d4326eed84b17a'
|
|
|
|
url "https://downloads.sourceforge.net/project/filezilla/FileZilla_Client/#{version}/FileZilla_#{version}_macosx-x86.app.tar.bz2"
|
|
homepage 'https://filezilla-project.org/'
|
|
|
|
link 'FileZilla.app'
|
|
end
|