mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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
Reference in a new issue