gnu: popt: Update source URI.
* gnu/packages/popt.scm (popt)[source](uri): Add Debian mirror.master
parent
0aaab7f857
commit
8f4cff0e21
|
@ -62,8 +62,13 @@ line syntax.")
|
||||||
(version "1.16")
|
(version "1.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://rpm5.org/files/popt/popt-"
|
;; The rpm5.org domain does not resolve since 2019-06-13, so we
|
||||||
version ".tar.gz"))
|
;; borrow Debians infrastructure for the source download.
|
||||||
|
(uri (list (string-append "https://deb.debian.org/debian/pool/main"
|
||||||
|
"/p/popt/popt_" version ".orig.tar.gz")
|
||||||
|
;; Keep the old URL around in case it reappears.
|
||||||
|
(string-append "http://rpm5.org/files/popt/popt-"
|
||||||
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77"))))
|
"1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77"))))
|
||||||
|
|
Reference in New Issue