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

[hstr]
source = "github"
github = "dvorka/hstr"
use_max_tag = 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"
use_latest_release = true

[opencode-bin]
source = "github"
github = "anomalyco/opencode"
use_latest_release = true
prefix = "v"

[r8125]
source = "jq"
url = "https://www.realtek.com/Download/ListAllDownloadItem?cate_id=584"
filter = '.Data.DownloadItems["Unix (Linux)"][] | select(.Name | startswith("r8125")) | .Version'

[Kvantum]
source = "github"
github = "tsujan/Kvantum"
use_latest_release = true