[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.
From: |
guix-commits |
Subject: |
01/05: gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1. |
Date: |
Wed, 7 Oct 2020 07:55:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit df7ebbd9bd7c430ee396295ddde1ba32f45af246
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 7 03:45:24 2020 +0200
gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.24.1.
[native-inputs]: Add gettext-minimal.
[inputs]: Add gnutls.
(filezilla): Update to 3.50.0.
---
gnu/packages/ftp.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 651e732..13ebe6b 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -170,20 +170,22 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
- (version "0.16.0")
+ (version "0.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
- (base32 "1fd71vmllzvljff5l5ka5wnzbdsxx4i54dpxpklydmbsqpilnv1v"))))
+ (base32 "1zfnqbn14dx0fl45mfaznr5n5xsxy1kx8z9f80fppbqn37pb9mgx"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)
+ ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs
- `(("nettle" ,nettle)))
+ `(("gnutls" ,gnutls)
+ ("nettle" ,nettle)))
(home-page "https://lib.filezilla-project.org")
(synopsis "Cross-platform C++ library used by Filezilla client")
(description
@@ -208,14 +210,14 @@ output.
(define-public filezilla
(package
(name "filezilla")
- (version "3.42.1")
+ (version "3.50.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "083ycsycwy1szhp3mzf998wsqa74hmdxdsy07x6k81vp2cxjxijg"))))
+ (base32 "042w2f5cf8g9cr7d3m6294ygx7jggcria9502jnql855khk8gnz0"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.
- branch master updated (19e6c44 -> 7adaf19), guix-commits, 2020/10/07
- 02/05: gnu: libfilezilla: Don't build static library., guix-commits, 2020/10/07
- 01/05: gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.,
guix-commits <=
- 03/05: gnu: filezilla: Run the test., guix-commits, 2020/10/07
- 05/05: gnu: eolie: Update to 0.9.99., guix-commits, 2020/10/07
- 04/05: gnu: nano: Update to 5.3., guix-commits, 2020/10/07