Skip to content
Snippets Groups Projects
Unverified Commit a78e0bda authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: filezilla: Update to 3.24.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.24.1.
[arguments]: Add '--disable-autoupdatecheck' to #:configure-flags.
parent 0bc26f66
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ (define-public libfilezilla ...@@ -195,7 +195,7 @@ (define-public libfilezilla
(define-public filezilla (define-public filezilla
(package (package
(name "filezilla") (name "filezilla")
(version "3.24.0") (version "3.24.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -204,8 +204,11 @@ (define-public filezilla ...@@ -204,8 +204,11 @@ (define-public filezilla
"/FileZilla_" version "_src" ".tar.bz2")) "/FileZilla_" version "_src" ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1bacrl8lj90hqbh129hpbgqj78k1i84j83rkzn507jnykj4x8p9x")))) "0ahcld3g6jj92nakm5i58wgmcv6f4l9yisw3aqbc2ry0gs679pg6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.
'(#:configure-flags '("--disable-autoupdatecheck")))
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment