mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: lsof: Add mirrors.
Reported by Tomáš Čech. * gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.
This commit is contained in:
parent
65d428d8f4
commit
d45d8904b0
1 changed files with 11 additions and 1 deletions
|
@ -35,6 +35,16 @@ (define-public lsof
|
|||
(uri (list (string-append %ftp-base "lsof_"
|
||||
version ".tar.bz2")
|
||||
(string-append %ftp-base "OLD/lsof_"
|
||||
version ".tar.bz2")
|
||||
|
||||
;; Add mirrors because the FTP server at purdue.edu
|
||||
;; bails out when it cannot do a reverse DNS lookup, as
|
||||
;; noted at <http://people.freebsd.org/~abe/>.
|
||||
(string-append
|
||||
"ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_"
|
||||
version ".tar.bz2")
|
||||
(string-append
|
||||
"ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_"
|
||||
version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue