Add msgpack-c 3.0.1 (#8264)
* new file: cpp-3.0.1.tar.gz modified: package.py * deleted: cpp-3.0.1.tar.gz * remove whitespace
This commit is contained in:
		 Sajid Ali
					Sajid Ali
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							fdf889264e
						
					
				
				
					commit
					5fff4da5b7
				
			| @@ -28,8 +28,9 @@ | |||||||
| class MsgpackC(CMakePackage): | class MsgpackC(CMakePackage): | ||||||
|     """A small, fast binary interchange format convertible to/from JSON""" |     """A small, fast binary interchange format convertible to/from JSON""" | ||||||
|     homepage = "http://www.msgpack.org" |     homepage = "http://www.msgpack.org" | ||||||
|     url      = "https://github.com/msgpack/msgpack-c/archive/cpp-1.4.1.tar.gz" |     url      = "https://github.com/msgpack/msgpack-c/archive/cpp-3.0.1.tar.gz" | ||||||
|  |  | ||||||
|  |     version('3.0.1', 'a79f05f0dc5637c161805d6c0e9bfbe7') | ||||||
|     version('1.4.1', 'e2fd3a7419b9bc49e5017fdbefab87e0') |     version('1.4.1', 'e2fd3a7419b9bc49e5017fdbefab87e0') | ||||||
|  |  | ||||||
|     depends_on('cmake@2.8.12:', type='build') |     depends_on('cmake@2.8.12:', type='build') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user