openssh: Add another mirror.
* gnu/packages/ssh.scm (openssh): Add the mirror. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
857ecb3df5
commit
ca2baf10ba
|
@ -145,9 +145,11 @@ a server that supports the SSH-2 protocol.")
|
||||||
(version "6.6p1")
|
(version "6.6p1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (let ((tail (string-append name "-" version ".tar.gz")))
|
||||||
"ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-"
|
(list (string-append "ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
|
||||||
version ".tar.gz"))
|
tail)
|
||||||
|
(string-append "ftp://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
|
||||||
|
tail))))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8"))))
|
"1fq3w86q05y5nn6z878wm312k0svaprw8k007188fd259dkg1ha8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue