-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnvchecker.toml
100 lines (80 loc) · 1.95 KB
/
nvchecker.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[__config__]
oldver = "old_ver.json"
newver = "new_ver.json"
keyfile = "keys.toml"
[deltarpm]
source = "github"
github = "rpm-software-management/deltarpm"
use_latest_tag = true
[eid-mw]
source = "regex"
regex = "[\\d.]+\\.\\d*"
url = "https://dist.eid.belgium.be/continuous/sources"
[fvwm]
source = "github"
github = "fvwmorg/fvwm"
use_latest_release = true
[gnubg]
source = "git"
git = "https://git.savannah.gnu.org/git/gnubg.git"
prefix = "release-"
from_pattern = "(\\d+)_(\\d+)_(\\d+)"
to_pattern = "\\1.\\2.\\3 "
[gnubg-git]
source = "git"
git = "https://git.savannah.gnu.org/git/gnubg.git"
use_commit = true
[gnucobol]
source = "regex"
regex = "The current release, version [\\d.]+\\.\\d+"
url = "https://gnucobol.sourceforge.io/"
[gregorio]
source = "github"
github = "gregorio-project/gregorio"
use_latest_release = true
[gtkglext]
source = "regex"
regex = "([\\d.]+\\.\\d+).tar.gz"
url = "https://download.gnome.org/sources/gtkglext/1.2/"
[libcs50]
source = "github"
github = "cs50/libcs50"
use_latest_release = true
[libcs50-git]
source = "github"
github = "cs50/libcs50"
[libstroke]
source = "regex"
regex = "([\\d.]+\\.\\d+).tar.gz"
url = "https://sources.archlinux.org/other/packages/libstroke/"
[openarc]
source = "github"
github = "flowerysong/openarc"
use_latest_release = true
[openarc-git]
source = "github"
github = "flowerysong/openarc"
use_commit = true
[openbgpd]
source = "github"
github = "openbgpd-portable/openbgpd-portable"
use_latest_tag = true
[python-miltertest]
source = "pypi"
pypi = "miltertest"
[python-pyalsaaudio]
source = "pypi"
pypi = "pyalsaaudio"
[solfege]
source = "regex"
regex = "([\\d.]+\\.\\d+).tar.gz"
#url = "https://sourceforge.net/projects/solfege/files/solfege-unstable/"
url = "https://sourceforge.net/projects/solfege/rss?path=/solfege-unstable"
[spleen-font]
source = "github"
github = "fcambus/spleen"
use_latest_release = true
[usb_resetter]
source = "github"
github = "netinvent/usb_resetter"
use_latest_release = true