Fix native bottle regex.
This commit is contained in:
parent
162b1ee936
commit
7c12324e0f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user