llvm6.0: fix update file to filter out new versions
This commit is contained in:
parent
a3ce1aee5a
commit
3d34f741c8
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
site=https://releases.llvm.org/
|
||||
pattern="'\K[\d\.]*(?=')"
|
||||
ignore="7.*"
|
||||
ignore="[!6]*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue