diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-01 22:41:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-01 22:41:36 +0200 |
| commit | 4924594ee4b101ed274e45952580726300c8df20 (patch) | |
| tree | 717d257e0ab4c662325b029678121ad41ac4cfa3 | |
| parent | cafc3c36885f303117abe5904c01dcb188f7ccbe (diff) | |
| download | my-slackbuilds-4924594ee4b101ed274e45952580726300c8df20.tar.gz my-slackbuilds-4924594ee4b101ed274e45952580726300c8df20.zip | |
README.md, nvchecker.toml: add claude-code entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | nvchecker.toml | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,7 @@ Each package lives in its own top-level directory: | Package | -current | 15.0 | SBo | Version | Latest | |---------|----------|------|-----|---------|--------| +| claude-code | ✅ | not tested | ❌ | 2.1.81 | 2.1.81 | | discord | ✅ | not tested | [discord](https://slackbuilds.org/repository/15.0/network/discord/) | 0.0.131 | 0.0.131 | | hstr | ✅ | not tested | [hstr](https://slackbuilds.org/repository/15.0/system/hstr/) | 3.1 | 3.2 | | hugo | ✅ | not tested | [hugo](https://slackbuilds.org/repository/15.0/development/hugo/) | 0.159.2 | 0.159.2 | diff --git a/nvchecker.toml b/nvchecker.toml index 7aaa028..6a7fb2b 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -1,3 +1,9 @@ +[claude-code] +source = "github" +github = "anthropics/claude-code" +use_latest_release = true +prefix = "v" + [qarma] source = "github" github = "luebking/qarma" |
