Change bzip2 download URL (#8976)
* Change bzip2 download URL * bzip2.org -> bzip.org
This commit is contained in:
		 Adam J. Stewart
					Adam J. Stewart
				
			
				
					committed by
					
						 Christoph Junghans
						Christoph Junghans
					
				
			
			
				
	
			
			
			 Christoph Junghans
						Christoph Junghans
					
				
			
						parent
						
							3d1cfaeb39
						
					
				
				
					commit
					85d00c5ef4
				
			| @@ -32,9 +32,11 @@ class Bzip2(Package): | |||||||
|     compressors), whilst being around twice as fast at compression |     compressors), whilst being around twice as fast at compression | ||||||
|     and six times faster at decompression.""" |     and six times faster at decompression.""" | ||||||
|  |  | ||||||
|     homepage = "http://www.bzip.org" |     # FIXME: The bzip.org domain has expired: | ||||||
|     url      = "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" |     # https://lwn.net/Articles/762264/ | ||||||
|     list_url = "http://www.bzip.org/downloads.html" |     # This package will need to be updated when a new home is found. | ||||||
|  |     homepage = "https://sourceware.org/bzip2/" | ||||||
|  |     url      = "https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz" | ||||||
|  |  | ||||||
|     version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b') |     version('1.0.6', '00b516f4704d4a7cb50a1d97e6e8e15b') | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user