gnu: lftp: Add alternate URL for old tarballs.
* gnu/packages/ftp.scm (lftp)[source]: Add /old alternate URL.
This commit is contained in:
		
							parent
							
								
									1eefe4a87b
								
							
						
					
					
						commit
						ee5bae302e
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -36,8 +36,10 @@
 | 
				
			||||||
    (version "4.6.1")
 | 
					    (version "4.6.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://lftp.yar.ru/ftp/lftp-"
 | 
					              (uri (list (string-append "http://lftp.yar.ru/ftp/lftp-"
 | 
				
			||||||
                                  version ".tar.xz"))
 | 
					                                        version ".tar.xz")
 | 
				
			||||||
 | 
					                         (string-append "http://lftp.yar.ru/ftp/old/lftp-"
 | 
				
			||||||
 | 
					                                        version ".tar.xz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni"))
 | 
					                "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue