aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/bottles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 98ced337d..43f226052 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -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