summaryrefslogtreecommitdiff
path: root/gnu/packages/ftp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-15 04:59:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-15 05:41:18 +0100
commit76f01c5102e173be5b2cec0fb15acf7df07458ff (patch)
tree1b5877385d415c048af0ae40b13f34963945e8e0 /gnu/packages/ftp.scm
parent786e0073c1a7f7ce585c2e4ced88e8072802bbf2 (diff)
downloadpatches-76f01c5102e173be5b2cec0fb15acf7df07458ff.tar
patches-76f01c5102e173be5b2cec0fb15acf7df07458ff.tar.gz
gnu: filezilla: Update to 3.40.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.40.0.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r--gnu/packages/ftp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 8cc5af66c4..916f8f6b0e 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -209,14 +209,14 @@ output.
(define-public filezilla
(package
(name "filezilla")
- (version "3.39.0")
+ (version "3.40.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "0ks42q6mi3qx85zpa98izkyficv2bdh3jnvmy97xjnjyfy9mwlgv"))))
+ (base32 "11b0410fcwrahq5dd7ph10bc09m62sxra4bjp0kj5gph822s0v63"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.