Improve version detection of release versions (#4816)
This commit is contained in:
parent
d1c199e15d
commit
5fc0243d35
@ -57,6 +57,8 @@
|
||||
('gromacs-4.6.1-tar', 'gromacs-4.6.1'),
|
||||
# Download type - sh
|
||||
('Miniconda2-4.3.11-Linux-x86_64.sh', 'Miniconda2-4.3.11'),
|
||||
# Download version - release
|
||||
('v1.0.4-release', 'v1.0.4'),
|
||||
# Download version - stable
|
||||
('libevent-2.0.21-stable', 'libevent-2.0.21'),
|
||||
# Download version - final
|
||||
|
@ -183,6 +183,7 @@ def strip_version_suffixes(path):
|
||||
'sh',
|
||||
|
||||
# Download version
|
||||
'release',
|
||||
'stable',
|
||||
'[Ff]inal',
|
||||
'rel',
|
||||
|
Loading…
Reference in New Issue
Block a user