gnu: filezilla: Update to 3.37.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.37.1.
This commit is contained in:
parent
9a32bdf8a9
commit
10fadd1e3d
|
@ -207,16 +207,14 @@ output.
|
||||||
(define-public filezilla
|
(define-public filezilla
|
||||||
(package
|
(package
|
||||||
(name "filezilla")
|
(name "filezilla")
|
||||||
(version "3.31.0")
|
(version "3.37.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://sourceforge.net/projects/" name
|
(uri (string-append "https://download.filezilla-project.org/client/"
|
||||||
"/files/FileZilla_Client/" version
|
"FileZilla_" version "_src.tar.bz2"))
|
||||||
"/FileZilla_" version "_src" ".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1bbxlm8gc0r5jing8xmkdbhj5a1qfbjn8varhny3mrk1am4m7s7l"))))
|
||||||
"1rfysb8dil35a7bzj2kw0mzzkys39d7yn6ipsbk8l6rkwfvnii8l"))))
|
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in New Issue