Fix native bottle regex.
This commit is contained in:
		
							parent
							
								
									162b1ee936
								
							
						
					
					
						commit
						7c12324e0f
					
				@ -40,7 +40,7 @@ def bottle_suffix version=nil
 | 
				
			|||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def bottle_native_regex
 | 
					def bottle_native_regex
 | 
				
			||||||
  /(\.#{MacOS.cat}\.bottle\.((\d+)?\.tar\.gz))$/
 | 
					  /(\.#{MacOS.cat}\.bottle\.(\d+\.)?tar\.gz)$/
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def bottle_regex
 | 
					def bottle_regex
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user