gnu: ant: Update source URL.
* gnu/packages/java.scm (ant)[source]: Use Apache mirror instead of plain URL.
This commit is contained in:
parent
e1a5615875
commit
535e2a2fee
|
@ -139,9 +139,8 @@ is implemented.")
|
||||||
(version "1.9.6")
|
(version "1.9.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://apache/ant/source/apache-ant-"
|
||||||
"https://www.apache.org/dist/ant/source/apache-ant-"
|
version "-src.tar.gz"))
|
||||||
version "-src.tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1396wflczyxjxl603dhxjvd559f289lha9y2f04f71c7hapjl3am"))))
|
"1396wflczyxjxl603dhxjvd559f289lha9y2f04f71c7hapjl3am"))))
|
||||||
|
|
Loading…
Reference in New Issue