gnu: filezilla: Update to 3.54.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.54.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-23 15:11:45 +02:00
parent 1c4144a159
commit b83a8c7d9d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -220,14 +220,14 @@ (define-public libfilezilla
(define-public filezilla (define-public filezilla
(package (package
(name "filezilla") (name "filezilla")
(version "3.53.1") (version "3.54.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/" (uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2")) "FileZilla_" version "_src.tar.bz2"))
(sha256 (sha256
(base32 "0ygpqfzj5ms1pd46fpfya1y1jl4w2kmaa7plf8n6fm7cxbr78s35")))) (base32 "0smayigsk8hjplk7pm6dd80r1dnhr4f6xzp3n1p1ss5v2ff1jfkh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; Don't let filezilla phone home to check for updates. ;; Don't let filezilla phone home to check for updates.