aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
blob: 7c736a8c85191bc0b416a50d5415d6e4fc0ae6fe (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
[qarma]
source = "github"
github = "luebking/qarma"
use_max_tag = true
prefix = "v"

[discord]
source = "httpheader"
url = "https://discord.com/api/download?platform=linux&format=tar.gz"
regex = "discord-(.*)\\.tar.*"

[hstr]
source = "github"
github = "dvorka/hstr"
use_max_tag = true
prefix = "v"

[hugo]
source = "github"
github = "gohugoio/hugo"
use_latest_release = true
prefix = "v"

[kitty-bin]
source = "github"
github = "kovidgoyal/kitty"
use_latest_release = true
prefix = "v"

[llama.cpp-vulkan]
source = "github"
github = "ggml-org/llama.cpp"

[obsidian]
source = "github"
github = "obsidianmd/obsidian-releases"
use_latest_release = true
prefix = "v"

[syncthing]
source = "github"
github = "syncthing/syncthing"
use_latest_release = true
prefix = "v"