gnu: freeciv: Update to 2.5.7.
* gnu/packages/games.scm (freeciv): Update to 2.5.7. [source]: Update uri list.
This commit is contained in:
		
							parent
							
								
									98d6cdda37
								
							
						
					
					
						commit
						b92e8da0a8
					
				
					 1 changed files with 9 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -3405,16 +3405,20 @@ for Un*x systems with X11.")
 | 
			
		|||
(define-public freeciv
 | 
			
		||||
  (package
 | 
			
		||||
   (name "freeciv")
 | 
			
		||||
   (version "2.5.6")
 | 
			
		||||
   (version "2.5.7")
 | 
			
		||||
   (source
 | 
			
		||||
    (origin
 | 
			
		||||
     (method url-fetch)
 | 
			
		||||
     (uri (string-append
 | 
			
		||||
           "http://download.gna.org/freeciv/"
 | 
			
		||||
           "stable/freeciv-" version ".tar.bz2"))
 | 
			
		||||
     (uri (list (string-append
 | 
			
		||||
                  "http://files.freeciv.org/stable/freeciv-"
 | 
			
		||||
                  version ".tar.bz2")
 | 
			
		||||
                (string-append
 | 
			
		||||
                  "mirror://sourceforge/freeciv/Freeciv%20"
 | 
			
		||||
                  (version-major+minor version) "/" version
 | 
			
		||||
                  "/freeciv-" version ".tar.bz2")))
 | 
			
		||||
     (sha256
 | 
			
		||||
      (base32
 | 
			
		||||
       "16wrnsx5rmbz6rjs03bhy0vn20i6n6g73lx7fjpai98ixhzc5bfg"))))
 | 
			
		||||
       "1lmydnnqraa947l7gdz6xgm0bgks1ywsivp9h4v8jr3avcv6gqzz"))))
 | 
			
		||||
   (build-system gnu-build-system)
 | 
			
		||||
   (inputs
 | 
			
		||||
    `(("curl" ,curl)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue