summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: f66c8b149c100897a562c1968771fba56da10638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib32-ghostscript]
#source = "git"
#git = "	http://git.ghostscript.com/ghostpdl.git"
#use_max_tag = true

#prefix = "ghostpdl-"
#include_regex = "ghostpdl-.*"
#exclude_regex = ".*(rc).*"

source = "github"
github = "ArtifexSoftware/ghostpdl-downloads"
#use_max_tag = true
use_latest_tag = true
#prefix = "v"
from_pattern = 'gs(\d+)(\d+)(\d+)(\d+)(\d+)'
to_pattern = '\1\2.\3\4.\5'