Add latest version of protobuf (#13551)
This commit is contained in:
		@@ -12,9 +12,10 @@ class Protobuf(CMakePackage):
 | 
			
		||||
    """Google's data interchange format."""
 | 
			
		||||
 | 
			
		||||
    homepage = "https://developers.google.com/protocol-buffers"
 | 
			
		||||
    url      = "https://github.com/protocolbuffers/protobuf/archive/v3.2.0.tar.gz"
 | 
			
		||||
    url      = "https://github.com/protocolbuffers/protobuf/archive/v3.10.1.tar.gz"
 | 
			
		||||
    root_cmakelists_dir = "cmake"
 | 
			
		||||
 | 
			
		||||
    version('3.10.1',  sha256='6adf73fd7f90409e479d6ac86529ade2d45f50494c5c10f539226693cb8fe4f7')
 | 
			
		||||
    version('3.7.1',   sha256='f1748989842b46fa208b2a6e4e2785133cfcc3e4d43c17fecb023733f0f5443f')
 | 
			
		||||
    version('3.7.0',   sha256='a19dcfe9d156ae45d209b15e0faed5c7b5f109b6117bfc1974b6a7b98a850320')
 | 
			
		||||
    version('3.6.1',   sha256='3d4e589d81b2006ca603c1ab712c9715a76227293032d05b26fca603f90b3f5b')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user