[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: xterm: Download source over HTTPS.
From: |
guix-commits |
Subject: |
01/08: gnu: xterm: Download source over HTTPS. |
Date: |
Sun, 15 Nov 2020 22:12:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0d1498681498f807ab9932dfe81fede1fa043789
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 02:15:27 2020 +0100
gnu: xterm: Download source over HTTPS.
* gnu/packages/xorg.scm (xterm)[source]: Use HTTPS.
---
gnu/packages/xorg.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e912eb1..77ff002 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6111,16 +6111,16 @@ to answer a question. Xmessage can also exit after a
specified time.")
(package
(name "xterm")
(version "361")
- (source (origin
- (method url-fetch)
- (uri (list
- (string-append
"http://invisible-mirror.net/archives/xterm/"
- "xterm-" version ".tgz")
- (string-append "ftp://ftp.invisible-island.net/xterm/"
- "xterm-" version ".tgz")))
- (sha256
- (base32
- "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (list
+ (string-append "https://invisible-mirror.net/archives/xterm/"
+ "xterm-" version ".tgz")
+ (string-append "ftp://ftp.invisible-island.net/xterm/"
+ "xterm-" version ".tgz")))
+ (sha256
+ (base32 "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
- branch master updated (664821f -> 243512d), guix-commits, 2020/11/15
- 03/08: gnu: libolm: Update to 3.2.1., guix-commits, 2020/11/15
- 02/08: gnu: xterm: Update to 362., guix-commits, 2020/11/15
- 01/08: gnu: xterm: Download source over HTTPS.,
guix-commits <=
- 07/08: gnu: xen: Fix build failure., guix-commits, 2020/11/15
- 04/08: gnu: libolm: Fix (run) the tests., guix-commits, 2020/11/15
- 08/08: gnu: xen: Update to 4.14.0., guix-commits, 2020/11/15
- 05/08: gnu: acpica: Update to 20201113., guix-commits, 2020/11/15
- 06/08: gnu: scribus: Update to 1.5.6., guix-commits, 2020/11/15