Fix GitHub tarball version detection
This commit is contained in:
parent
a4bd7c008d
commit
e0999078dc
@ -109,7 +109,7 @@ class Pathname
|
|||||||
|
|
||||||
# github tarballs are special
|
# github tarballs are special
|
||||||
# we only support numbered tagged downloads
|
# 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
|
return $1 if $1
|
||||||
|
|
||||||
# eg. boost_1_39_0
|
# eg. boost_1_39_0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user