packages/libwpg/.nvchecker.toml
2024-08-05 16:05:05 +02:00

9 lines
185 B
TOML

[libwpg]
source = "git"
git = "https://git.code.sf.net/p/libwpg/code"
use_max_tag = true
include_regex = "RELEASE.*"
from_pattern = 'RELEASE-(\d+)-(\d+)-(\d+)'
to_pattern = '\1.\2.\3'