Skip to content
Snippets Groups Projects
Unverified Commit d736eec2 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: lftp: Update to 4.7.5.

* gnu/packages/ftp.scm (lftp): Update to 4.7.5.
[source]: Rearrange mirrors.
parent 69ec0391
No related branches found
No related tags found
No related merge requests found
...@@ -36,23 +36,19 @@ (define-module (gnu packages ftp) ...@@ -36,23 +36,19 @@ (define-module (gnu packages ftp)
(define-public lftp (define-public lftp
(package (package
(name "lftp") (name "lftp")
(version "4.7.4") (version "4.7.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; XXX: Downloads from main site redirects to 'get.html' and ;; See https://lftp.tech/get.html for mirrors.
;; returns HTTP 200, leading Guix to download that instead. (uri (list (string-append "https://lftp.tech/ftp/lftp-"
;; Try official mirror first. See:
;; https://github.com/lavv17/lftp/issues/299 and
;; https://lftp.tech/get.html (mirror list)
(uri (list (string-append "ftp://ftp.st.ryukoku.ac.jp/pub/network/"
"ftp/lftp/lftp-" version ".tar.xz")
(string-append "https://lftp.tech/ftp/lftp-"
version ".tar.xz") version ".tar.xz")
(string-append "https://lftp.tech/ftp/old/lftp-" (string-append "https://lftp.tech/ftp/old/lftp-"
version ".tar.xz"))) version ".tar.xz")
(string-append "ftp://ftp.st.ryukoku.ac.jp/pub/network/"
"ftp/lftp/lftp-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"0b6r1gbpazvml1hvfjm2ccsfxibrjrm3fir912j6kxxn538w8rxz")))) "1n6h3y5jz1rxlx7ap46vykgm0q2rvzr7c5s5ry5l32z3lbmwbdak"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("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