gnu: java-asm: Download using https.
* gnu/packages/java.scm (java-asm)[source]: Use https URL.
This commit is contained in:
parent
df9487c594
commit
654f997d98
1 changed files with 1 additions and 1 deletions
|
@ -4333,7 +4333,7 @@ on the XPP3 API (XML Pull Parser).")))
|
||||||
(version "6.0")
|
(version "6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.forge.ow2.org/asm/"
|
(uri (string-append "https://download.forge.ow2.org/asm/"
|
||||||
"asm-" version ".tar.gz"))
|
"asm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue