From 30fa15c1485772cab7b15d1c49481c3c39baed6b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 9 Jul 2026 12:11:45 +0200 Subject: nvchecker: track claude-code-bin, mutagen, openvino; rename Kvantum to kvantum-qt6 Every package dir now has a matching stanza. Rename the Kvantum stanza to the package name kvantum-qt6 (strip the V tag prefix), and add the three previously-untracked packages: claude-code-bin (anthropics/claude-code), mutagen (quodlibet/mutagen, release- prefix), openvino (openvinotoolkit). Co-Authored-By: Claude Opus 4.8 --- .extras/nvchecker.toml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 88056d6..e6378a5 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -32,10 +32,11 @@ source = "jq" url = "https://www.realtek.com/Download/ListAllDownloadItem?cate_id=584" filter = '.Data.DownloadItems["Unix (Linux)"][] | select(.Name | startswith("r8125")) | .Version' -[Kvantum] +[kvantum-qt6] source = "github" github = "tsujan/Kvantum" use_latest_release = true +prefix = "V" [gitleaks] source = "github" @@ -138,3 +139,20 @@ to_pattern = "" [claude-desktop-bin] source = "cmd" cmd = "curl -fsSL https://downloads.claude.ai/claude-desktop/apt/stable/dists/stable/main/binary-amd64/Packages | awk '/^Version:/{print $2}' | sort -V | tail -1" + +["claude-code-bin"] +source = "github" +github = "anthropics/claude-code" +use_latest_release = true +prefix = "v" + +[mutagen] +source = "github" +github = "quodlibet/mutagen" +use_latest_release = true +prefix = "release-" + +[openvino] +source = "github" +github = "openvinotoolkit/openvino" +use_latest_release = true -- cgit v1.2.3