Fix native bottle regex.

This commit is contained in:
Mike McQuaid 2012-04-30 14:42:18 +10:00
parent 162b1ee936
commit 7c12324e0f

View File

@ -40,7 +40,7 @@ def bottle_suffix version=nil
end
def bottle_native_regex
/(\.#{MacOS.cat}\.bottle\.((\d+)?\.tar\.gz))$/
/(\.#{MacOS.cat}\.bottle\.(\d+\.)?tar\.gz)$/
end
def bottle_regex