guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libomp: Download over HTTPS.


From: guix-commits
Subject: 03/03: gnu: libomp: Download over HTTPS.
Date: Mon, 8 Jul 2019 09:34:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69e3512b7c66923111a32fdee34b716a8a753bfd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 8 15:30:13 2019 +0200

    gnu: libomp: Download over HTTPS.
    
    * gnu/packages/llvm.scm (libomp)[source]: Use HTTPS.
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index ca30646..1fe9af3 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -332,7 +332,7 @@ requirements according to version 1.1 of the OpenCL 
specification.")
     (version (package-version llvm))
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://releases.llvm.org/";
+              (uri (string-append "https://releases.llvm.org/";
                                   version  "/openmp-" version
                                   ".src.tar.xz"))
               (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]