gnu: filezilla: Use alternate source URLs.

* gnu/packages/ftp.scm (filezilla)[source]: Replace dead source URL with
two unofficial ones.

Change-Id: I992c74d478d7f3c06365c7bd5e7a2ced8940185d
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent 7efce39662
commit 6ea75bb9bc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -222,8 +222,11 @@ output.
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/" (uri (list (string-append "https://qbilinux.org/pub/source/"
"FileZilla_" version "_src.tar.bz2")) "FileZilla_" version "_src.tar.bz2")
(string-append "https://downloads.sourceforge.net/project/"
"portableapps/Source/FileZilla/"
"FileZilla_" version "_src.tar.bz2")))
(sha256 (sha256
(base32 "04lcffmvl1356iyc14pikq3z6jikj6qn0v0zd57lgsm0biihjrx7")))) (base32 "04lcffmvl1356iyc14pikq3z6jikj6qn0v0zd57lgsm0biihjrx7"))))
(build-system gnu-build-system) (build-system gnu-build-system)