diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-09 12:11:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-09 12:11:45 +0200 |
| commit | 30fa15c1485772cab7b15d1c49481c3c39baed6b (patch) | |
| tree | 8e06d9e722432333413f96f951b551206c585536 | |
| parent | 86873bdf6f604f4adacd0a0f16c8aad2cbadc032 (diff) | |
| download | my-slackbuilds-30fa15c1485772cab7b15d1c49481c3c39baed6b.tar.gz my-slackbuilds-30fa15c1485772cab7b15d1c49481c3c39baed6b.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | .extras/nvchecker.toml | 20 |
1 files changed, 19 insertions, 1 deletions
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 |
