aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker/core.toml
blob: 52fcd2db03c6fe9042f5685f2010bc62c7661b31 (plain)
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
[__config__]
oldver = "core.old.json"
newver = "core.new.json"

[efibootmgr]
source = "git"
git = "https://github.com/rhboot/efibootmgr"
use_max_tag = true

[efivar]
source = "git"
git = "https://github.com/rhboot/efivar"
use_max_tag = true

[elfutils]
source = "git"
git = "https://sourceware.org/git/elfutils.git"
use_max_tag = true

[expat]
source = "git"
git = "https://github.com/libexpat/libexpat/"
include_regex = "(R_)([\\d.*][_].*)"
use_max_tag = true

[gdbm]
source = "regex"
regex = "gdbm-([\\d.]+)\\.tar\\.gz?"
url = "https://www.gnu.org.ua/software/gdbm/download.html"

[libassuan]
source = "git"
git = "https://dev.gnupg.org/source/libassuan.git"
use_max_tag = true

[libcap]
source = "git"
git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
use_max_tag = true

[libcap-ng]
source = "git"
git = "https://github.com/stevegrubb/libcap-ng"
use_max_tag = true

[libusb]
source = "git"
git = "https://github.com/libusb/libusb"
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true

[licenses]

[ncurses]
source = "regex"
regex = "ncurses-([\\d.]+)\\.tar\\.gz?"
url = "https://ftp.gnu.org/pub/gnu/ncurses/"

[npth]
source = "git"
git = "https://dev.gnupg.org/source/npth.git"
use_max_tag = true

[pambase]

[usbutils]
source = "git"
git = "https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git"
use_max_tag = true