summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 855327b0fe6fc34b44b060008262bfdec1c39a3f (plain)
1
2
3
4
5
6
[quickjs]
source = "htmlparser"
url = "https://bellard.org/quickjs/"
xpath = "/html/body/ul/li/a[starts-with(@href, 'quickjs-') and contains(@href, '.tar.xz')]"
from_pattern = 'quickjs-(\d+)-(\d+)-(\d+).tar.xz'
to_pattern = '\1.\2.\3'