qa: Fix update checker to handle `native_clang` version format

This commit is contained in:
Jack Grigg 2023-04-13 16:32:10 +00:00
parent 504c63089f
commit 30f258e2a6
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class DependsVersionGetter:
mk_file = open(mk_file_path, 'r', encoding='utf8').read()
regexp_whitelist = [
"package\)_default_version=(\d+)\.(\d+)\.(\d+)$",
"package\)_version=(\d+)\.(\d+)\.(\d+)$",
"package\)_version=(\d+)\.(\d+)$",
"package\)_version=(\d+)_(\d+)_(\d+)$",