-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
nvrs.toml
43 lines (35 loc) · 817 Bytes
/
nvrs.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
# this is an example configuration file for nvrs
# https://github.com/adamperkowski/nvrs
[__config__]
oldver = "oldver.json"
newver = "newver.json"
keyfile = "n_keyfile.toml"
[hyprgui]
source = "github"
github = "hyprutils/hyprgui"
prefix = "v"
[hyprwall]
source = "aur"
aur = "hyprwall"
[mkinitcpio]
source = "gitlab"
host = "gitlab.archlinux.org"
gitlab = "archlinux/mkinitcpio/mkinitcpio"
prefix = "v"
[rustup]
source = "github"
github = "rust-lang/rustup"
use_max_tag = true
[rustrover]
source = 'regex'
url = 'https://data.services.jetbrains.com/products?code=RR&release.type=release'
encoding = 'utf8'
regex = 'RustRover-([\d.]+).tar.gz'
[linux]
source = 'regex'
url = 'https://www.kernel.org/'
encoding = 'utf8'
regex = '<td><strong>([\d.]+)</strong></td>'
[nvrs]
source = "cratesio"
cratesio = "nvrs"