packages/expat/.nvchecker.toml
2024-09-22 22:55:21 +02:00

7 lines
164 B
TOML

[expat]
source = "git"
git = "https://github.com/libexpat/libexpat/"
include_regex = "(R_)([\\d.*][_].*)"
from_pattern = 'R_(\d)_(\d)_(\d)'
to_pattern = '\1.\2.\3'