update to 1.0.81

This commit is contained in:
Christopher Cooper 2025-08-14 11:09:53 -07:00
parent 2d16a36931
commit 1563bf3988
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 1.0.80
pkgver = 1.0.81
pkgrel = 1
url = https://github.com/anthropics/claude-code
arch = any
@ -11,8 +11,8 @@ pkgbase = claude-code
optdepends = github-cli: interact with GitHub
optdepends = glab: interact with GitLab
optdepends = ripgrep: enhanced file search
noextract = claude-code-1.0.80.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.80.tgz
b2sums = 9fc33c80d602120678d5cfee0c46a28113bc9c933b7990df44c73689fe0233f539454fa1a35b2fa91a703a1a7daa0dd83894c2ad018a7642c75bd49faa14f911
noextract = claude-code-1.0.81.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.81.tgz
b2sums = 6a6f65cf3dbe6dc7a9359a8d864b258f2f2aa49e83311b112b34727d7feb28c985f60005fa46dbcd7aab5e33d805f97766a50e57644c8a05f6f3e0aebdf1dd1f
pkgname = claude-code

View file

@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}"
pkgver=1.0.80
pkgver=1.0.81
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('any')
@ -16,7 +16,7 @@ optdepends=(
'ripgrep: enhanced file search'
)
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
b2sums=('9fc33c80d602120678d5cfee0c46a28113bc9c933b7990df44c73689fe0233f539454fa1a35b2fa91a703a1a7daa0dd83894c2ad018a7642c75bd49faa14f911')
b2sums=('6a6f65cf3dbe6dc7a9359a8d864b258f2f2aa49e83311b112b34727d7feb28c985f60005fa46dbcd7aab5e33d805f97766a50e57644c8a05f6f3e0aebdf1dd1f')
noextract=("${pkgname}-${pkgver}.tgz")
package() {