llvm6.0: fix update file to filter out new versions

This commit is contained in:
Zach Dykstra 2020-03-16 09:37:40 -05:00 committed by John Zimmermann
parent a3ce1aee5a
commit 3d34f741c8

View file

@ -1,3 +1,3 @@
site=https://releases.llvm.org/
pattern="'\K[\d\.]*(?=')"
ignore="7.*"
ignore="[!6]*"