guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: filezilla: Update to 3.37.1.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: filezilla: Update to 3.37.1.
Date: Fri, 21 Sep 2018 14:32:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 10fadd1e3d2e67ed8bc34a91a587d4862f6055e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Sep 21 17:13:13 2018 +0200

    gnu: filezilla: Update to 3.37.1.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.37.1.
---
 gnu/packages/ftp.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 335c975..faf9f5d 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]