Merge pull request #486 from RemoteConnectionManager/paraview_fix

Paraview new version
This commit is contained in:
Todd Gamblin
2016-03-07 02:48:12 -08:00
2 changed files with 11 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ def parse_version_offset(path):
(r'_((\d+\.)+\d+[a-z]?)[.]orig$', stem),
# e.g. http://www.openssl.org/source/openssl-0.9.8s.tar.gz
(r'-([^-]+(-alpha|-beta)?)', stem),
(r'-v?([^-]+(-alpha|-beta)?)', stem),
# e.g. astyle_1.23_macosx.tar.gz
(r'_([^_]+(_alpha|_beta)?)', stem),