Improve version detection of release versions (#4816)

This commit is contained in:
Adam J. Stewart 2017-07-18 22:48:39 -05:00 committed by GitHub
parent d1c199e15d
commit 5fc0243d35
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -183,6 +183,7 @@ def strip_version_suffixes(path):
'sh',
# Download version
'release',
'stable',
'[Ff]inal',
'rel',