diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-13 20:56:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-13 20:56:06 +0200 |
| commit | f0a6197db9a2f1a28b6d309ef5294297ba54c209 (patch) | |
| tree | d2ad88ca024f39c690c79a8f70169cdd6f0c52e9 | |
| parent | 055e8c1645c12bcbe51c94d235705f9b6fcc172c (diff) | |
| download | my-slackbuilds-f0a6197db9a2f1a28b6d309ef5294297ba54c209.tar.gz my-slackbuilds-f0a6197db9a2f1a28b6d309ef5294297ba54c209.zip | |
Chore: fixed .info for claude-code-bin and version bump
| -rw-r--r-- | README.md | 2 | ||||
| l--------- | claude-code-bin/claude-code-2.1.140.tar.gz | 1 | ||||
| -rw-r--r-- | claude-code-bin/claude-code-bin.SlackBuild | 2 | ||||
| -rw-r--r-- | claude-code-bin/claude-code-bin.info | 8 |
4 files changed, 7 insertions, 6 deletions
@@ -39,7 +39,7 @@ Each package lives in its own top-level subfolder: | llama.cpp-vulkan | ✅ | not tested | ❌ | b8989 | b8989 | | qarma | ✅ | not tested | ❌ | 1.1.1 | 1.1.1 | | opencode-bin | ✅ | not tested | ❌ | 1.14.30 | 1.14.30 | -| claude-code-bin | ✅ | not tested | ❌ | 2.1.123 | 2.1.123 | +| claude-code-bin | ✅ | not tested | ❌ | 2.1.140 | 2.1.140 | | kvantum-qt6 | ✅ | not tested | ❌ | 1.1.6 | 1.1.6 | | gitleaks | ✅ | not tested | ❌ | 8.30.1 | 8.30.1 | | mutagen | ✅ | not tested | ✅ | 1.47.0 | 1.47.0 | diff --git a/claude-code-bin/claude-code-2.1.140.tar.gz b/claude-code-bin/claude-code-2.1.140.tar.gz new file mode 120000 index 0000000..656c50e --- /dev/null +++ b/claude-code-bin/claude-code-2.1.140.tar.gz @@ -0,0 +1 @@ +/home/danix/sbodl-cache/claude-code-2.1.140.tar.gz
\ No newline at end of file diff --git a/claude-code-bin/claude-code-bin.SlackBuild b/claude-code-bin/claude-code-bin.SlackBuild index a1fc52a..18ce223 100644 --- a/claude-code-bin/claude-code-bin.SlackBuild +++ b/claude-code-bin/claude-code-bin.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=claude-code-bin SRCNAM=claude -VERSION=${VERSION:-2.1.123} +VERSION=${VERSION:-2.1.140} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/claude-code-bin/claude-code-bin.info b/claude-code-bin/claude-code-bin.info index 91f4948..4bc6237 100644 --- a/claude-code-bin/claude-code-bin.info +++ b/claude-code-bin/claude-code-bin.info @@ -1,9 +1,9 @@ PRGNAM="claude-code-bin" -VERSION="2.1.123" +VERSION="2.1.140" HOMEPAGE="https://claude.ai/code" -DOWNLOAD="UNSUPPORTED" -MD5SUM="" -DOWNLOAD_x86_64="UNSUPPORTED" +DOWNLOAD="https://github.com/anthropics/claude-code/archive/v2.1.140/claude-code-2.1.140.tar.gz" +MD5SUM="293efaef26567aeba41b9ddd6be982c0" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="danix" |
