guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: radare2: Download over HTTPS.


From: guix-commits
Subject: 05/06: gnu: radare2: Download over HTTPS.
Date: Sun, 16 Jun 2019 21:05:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a157fb2723597e82a6bcaa90bc35531fe595859e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 17 00:56:04 2019 +0200

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c63e900..ad70c08 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1251,7 +1251,7 @@ bindings for Python, Java, OCaml and more.")
     (version "2.5.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://radare.mikelloc.com/get/"; version "/"
+              (uri (string-append "https://radare.mikelloc.com/get/"; version 
"/"
                                   "radare2-" version ".tar.gz"))
               (sha256
                (base32



reply via email to

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