gnu: radare2: Download over HTTPS.
* gnu/packages/engineering.scm (radare2)[source]: Use HTTPS.
This commit is contained in:
parent
e605820bc5
commit
a157fb2723
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user