aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index eaac2ee68..61a2a2d49 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -109,7 +109,7 @@ class Pathname
# github tarballs are special
# we only support numbered tagged downloads
- %r[github.com/.*/tarball/((\d\.)+\d)$].match to_s
+ %r[github.com/.*/tarball/v?((\d\.)+\d)$].match to_s
return $1 if $1
# eg. boost_1_39_0