diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 00:40:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 00:40:33 +0200 |
commit | 0b77d36ad0473718d7261774a0efd4d30098642a (patch) | |
tree | 9a1bfde78438c11d993dcd75cd3405dcc17320d8 /gnu/packages/ftp.scm | |
parent | 16032f4e2d76ec515dc724975117db627520d23d (diff) |
gnu: filezilla: Update to 3.53.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.53.1.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r-- | gnu/packages/ftp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index b3e0f93a91..4ee96125fd 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -220,14 +220,14 @@ output. (define-public filezilla (package (name "filezilla") - (version "3.50.0") + (version "3.53.1") (source (origin (method url-fetch) (uri (string-append "https://download.filezilla-project.org/client/" "FileZilla_" version "_src.tar.bz2")) (sha256 - (base32 "042w2f5cf8g9cr7d3m6294ygx7jggcria9502jnql855khk8gnz0")))) + (base32 "0ygpqfzj5ms1pd46fpfya1y1jl4w2kmaa7plf8n6fm7cxbr78s35")))) (build-system gnu-build-system) (arguments ;; Don't let filezilla phone home to check for updates. |