diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 17:13:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-21 19:52:27 +0200 |
commit | 10fadd1e3d2e67ed8bc34a91a587d4862f6055e5 (patch) | |
tree | ac2e508f60f5377091452c57599b40952763fd36 /gnu/packages/ftp.scm | |
parent | 9a32bdf8a9b56eec84310a809820eadd1a33f45f (diff) | |
download | patches-10fadd1e3d2e67ed8bc34a91a587d4862f6055e5.tar patches-10fadd1e3d2e67ed8bc34a91a587d4862f6055e5.tar.gz |
gnu: filezilla: Update to 3.37.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.37.1.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r-- | gnu/packages/ftp.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 335c975d12..faf9f5dd10 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -207,16 +207,14 @@ output. (define-public filezilla (package (name "filezilla") - (version "3.31.0") + (version "3.37.1") (source (origin (method url-fetch) - (uri (string-append "https://sourceforge.net/projects/" name - "/files/FileZilla_Client/" version - "/FileZilla_" version "_src" ".tar.bz2")) + (uri (string-append "https://download.filezilla-project.org/client/" + "FileZilla_" version "_src.tar.bz2")) (sha256 - (base32 - "1rfysb8dil35a7bzj2kw0mzzkys39d7yn6ipsbk8l6rkwfvnii8l")))) + (base32 "1bbxlm8gc0r5jing8xmkdbhj5a1qfbjn8varhny3mrk1am4m7s7l")))) (build-system gnu-build-system) (arguments ;; Don't let filezilla phone home to check for updates. |