-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnvchecker.toml
More file actions
100 lines (82 loc) · 1.88 KB
/
Copy pathnvchecker.toml
File metadata and controls
100 lines (82 loc) · 1.88 KB
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
# Merged nvchecker configuration
# Auto-generated - Do not edit directly
[__config__]
oldver = "ver.json"
newver = "nver.json"
[cro-chain-desktop]
source = "github"
github = "crypto-com/chain-desktop-wallet"
use_latest_release = true
prefix = "v"
[cro-chain-desktop-bin]
source = "github"
github = "crypto-com/chain-desktop-wallet"
use_latest_release = true
prefix = "v"
[cro-chain-maind-bin]
source = "github"
github = "crypto-org-chain/chain-main"
use_latest_release = true
prefix = "v"
[fastmail]
source = "regex"
url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/latest-linux.yml"
regex = "version: ([0-9]+\\.[0-9]+\\.[0-9]+)"
[ledger-live]
source = "regex"
url = "https://download.live.ledger.com/latest-linux.yml"
regex = "version: ([0-9]+\\.[0-9]+\\.[0-9]+)"
[ledger-live-bin]
source = "regex"
url = "https://download.live.ledger.com/latest-linux.yml"
regex = "version: ([0-9]+\\.[0-9]+\\.[0-9]+)"
[moon]
source = "github"
github = "moonrepo/moon"
use_latest_release = true
prefix = "v"
[moon-bin]
source = "github"
github = "moonrepo/moon"
use_latest_release = true
prefix = "v"
[nub]
source = "github"
github = "nubjs/nub"
use_latest_release = true
prefix = "v"
[nub-bin]
source = "github"
github = "nubjs/nub"
use_latest_release = true
prefix = "v"
[oxen-electron-wallet]
source = "github"
github = "oxen-io/oxen-electron-gui-wallet"
use_latest_release = true
prefix = "v"
[oxen-electron-wallet-bin]
source = "github"
github = "oxen-io/oxen-electron-gui-wallet"
use_latest_release = true
prefix = "v"
[proto]
source = "github"
github = "moonrepo/proto"
use_latest_release = true
prefix = "v"
[proto-bin]
source = "github"
github = "moonrepo/proto"
use_latest_release = true
prefix = "v"
[renovate]
source = "github"
github = "renovatebot/renovate"
use_latest_release = true
prefix = "v"
[solidity-bin]
source = "github"
github = "argotorg/solidity"
use_latest_release = true
prefix = "v"