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,7 +35,17 @@ | |||
|             (uri (list (string-append %ftp-base "lsof_" | ||||
|                                       version ".tar.bz2") | ||||
|                        (string-append %ftp-base "OLD/lsof_" | ||||
|                                       version ".tar.bz2"))) | ||||
|                                       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 | ||||
|               "16y9wm26rg81mihnzcbdg8h8vhxmq8kn62ssxb8cqydp4q79nvzy")))) | ||||
|  |  | |||
		Reference in a new issue