[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
- branch master updated (562a2a4 -> 5863741), guix-commits, 2019/06/16
- 05/06: gnu: radare2: Download over HTTPS.,
guix-commits <=
- 01/06: gnu: suil: Update to 0.10.4., guix-commits, 2019/06/16
- 03/06: gnu: nsd: Update to 4.2.0., guix-commits, 2019/06/16
- 04/06: gnu: radare2: Don't use NAME in source URI., guix-commits, 2019/06/16
- 02/06: gnu: knot: Update to 2.8.2., guix-commits, 2019/06/16
- 06/06: gnu: youtube-viewer: Refer to youtube-dl., guix-commits, 2019/06/16