gnu: libfilezilla: Update to 0.13.2.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.13.2.
[source]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-21 14:55:20 +02:00
parent 41e551b2d3
commit 118a084531
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -170,15 +170,15 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
(version "0.13.1")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://download.filezilla-project.org/"
(uri (string-append "https://download.filezilla-project.org/"
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
"0347zkapp0wrhfm1yzw7wa1v3lww65ch176scifxn8f9068f1ixb"))))
"0z9cqscca4w94j9npgcknrrw8gfwn5ids903042fczlr977j0i19"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)