gnu: putty: Try the upstream download URL first.

* gnu/packages/networking.scm (putty)[source]:
Add greenend.org.uk URL to the list.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 01:30:38 +01:00
parent a807ae2666
commit c1f2c6c39e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4213,8 +4213,10 @@ (define-public putty
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.putty.be/" version (uri (list (string-append "https://the.earth.li/~sgtatham/putty/"
"/putty-" version ".tar.gz")) version "/putty-" version ".tar.gz")
(string-append "http://www.putty.be/" version
"/putty-" version ".tar.gz")))
(sha256 (sha256
(base32 "0gvi8phabszqksj2by5jrjmshm7bpirhgavz0dqyz1xaimxdjz2l")))) (base32 "0gvi8phabszqksj2by5jrjmshm7bpirhgavz0dqyz1xaimxdjz2l"))))
(build-system gnu-build-system) (build-system gnu-build-system)