Update latest CLT version
This commit is contained in:
		
							parent
							
								
									1ca5b7a204
								
							
						
					
					
						commit
						25be1de992
					
				@ -165,7 +165,7 @@ module MacOS::CLT extend self
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  def latest_version?
 | 
					  def latest_version?
 | 
				
			||||||
    `/usr/bin/clang -v 2>&1` =~ %r{tags/Apple/clang-(\d+)\.(\d+)\.(\d+)}
 | 
					    `/usr/bin/clang -v 2>&1` =~ %r{tags/Apple/clang-(\d+)\.(\d+)\.(\d+)}
 | 
				
			||||||
    $1.to_i >= 421 and $3.to_i >= 57
 | 
					    $1.to_i >= 425 and $3.to_i >= 24
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def version
 | 
					  def version
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user