gnu: lsof: Replace dead mirror.
* gnu/packages/lsof.scm (lsof)[source]: Replace sunsite.ualberta.ca with mirrorservice.org, which offers both HTTP and FTP services.
This commit is contained in:
		
							parent
							
								
									7268563be5
								
							
						
					
					
						commit
						5ae76e8f16
					
				
					 1 changed files with 15 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
 | 
					;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -48,7 +49,20 @@
 | 
				
			||||||
                        "ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/lsof_"
 | 
					                        "ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/lsof_"
 | 
				
			||||||
                        version ".tar.bz2")
 | 
					                        version ".tar.bz2")
 | 
				
			||||||
                       (string-append
 | 
					                       (string-append
 | 
				
			||||||
                        "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/lsof_"
 | 
					                        "http://www.mirrorservice.org/sites/"
 | 
				
			||||||
 | 
					                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_"
 | 
				
			||||||
 | 
					                        version ".tar.bz2")
 | 
				
			||||||
 | 
					                       (string-append
 | 
				
			||||||
 | 
					                        "http://www.mirrorservice.org/sites/"
 | 
				
			||||||
 | 
					                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_"
 | 
				
			||||||
 | 
					                        version ".tar.bz2")
 | 
				
			||||||
 | 
					                       (string-append
 | 
				
			||||||
 | 
					                        "ftp://ftp.mirrorservice.org/sites/"
 | 
				
			||||||
 | 
					                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_"
 | 
				
			||||||
 | 
					                        version ".tar.bz2")
 | 
				
			||||||
 | 
					                       (string-append
 | 
				
			||||||
 | 
					                        "ftp://ftp.mirrorservice.org/sites/"
 | 
				
			||||||
 | 
					                        "lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_"
 | 
				
			||||||
                        version ".tar.bz2")))
 | 
					                        version ".tar.bz2")))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue