guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: filezilla: Update to 3.24.1.


From: Leo Famulari
Subject: 04/04: gnu: filezilla: Update to 3.24.1.
Date: Sat, 4 Mar 2017 23:15:15 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit a78e0bda99fed71e43f5dd3a64e5613bd808fa92
Author: Leo Famulari <address@hidden>
Date:   Sat Mar 4 23:02:51 2017 -0500

    gnu: filezilla: Update to 3.24.1.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.24.1.
    [arguments]: Add '--disable-autoupdatecheck' to #:configure-flags.
---
 gnu/packages/ftp.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index bb2e746..49e7214 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -195,7 +195,7 @@ platform-independent programs.")
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.24.0")
+    (version "3.24.1")
     (source
      (origin
        (method url-fetch)
@@ -204,8 +204,11 @@ platform-independent programs.")
                            "/FileZilla_" version "_src" ".tar.bz2"))
        (sha256
         (base32
-         "1bacrl8lj90hqbh129hpbgqj78k1i84j83rkzn507jnykj4x8p9x"))))
+         "0ahcld3g6jj92nakm5i58wgmcv6f4l9yisw3aqbc2ry0gs679pg6"))))
     (build-system gnu-build-system)
+    (arguments
+      ;; Don't let filezilla phone home to check for updates.
+     '(#:configure-flags '("--disable-autoupdatecheck")))
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("pkg-config" ,pkg-config)



reply via email to

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