GNU bug report logs -
#54009
[PATCH 0/2] Update FileZilla
Previous Next
Full log
Message #8 received at 54009 <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-libfilezilla-Update-to-0.36.0.patch (text/patch, inline)]
From b5cf234bd6ecce137f630968167c271ae18f7c47 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Tue, 15 Feb 2022 18:55:56 +0530
Subject: [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.36.0.
---
gnu/packages/ftp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 3d44364918..006fa64cc0 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -173,14 +173,14 @@ (define-public weex
(define-public libfilezilla
(package
(name "libfilezilla")
- (version "0.35.0")
+ (version "0.36.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
- (base32 "1s1a165kc1gkdmhzmvm91ddj3cbxmh7s27fwfgm921ixrq6m3qpf"))))
+ (base32 "0wm8acwbrsblilfwj5asxr26gy8grg175j91df1bryz7xlc1q9y0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.34.0
This bug report was last modified 3 years and 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.