Skip to content

Commit

Permalink
Fix native bottle regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 30, 2012
1 parent e576a60 commit 14a4b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/bottles.rb
Expand Up @@ -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
Expand Down

0 comments on commit 14a4b3a

Please sign in to comment.