gnu: xterm: Download source over HTTPS.
* gnu/packages/xorg.scm (xterm)[source]: Use HTTPS.master
parent
664821f1d7
commit
0d14986814
|
@ -6111,16 +6111,16 @@ to answer a question. Xmessage can also exit after a specified time.")
|
||||||
(package
|
(package
|
||||||
(name "xterm")
|
(name "xterm")
|
||||||
(version "361")
|
(version "361")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
(string-append "http://invisible-mirror.net/archives/xterm/"
|
(string-append "https://invisible-mirror.net/archives/xterm/"
|
||||||
"xterm-" version ".tgz")
|
"xterm-" version ".tgz")
|
||||||
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
||||||
"xterm-" version ".tgz")))
|
"xterm-" version ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
|
||||||
"0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
||||||
|
|
Reference in New Issue