update to 1.0.103

This commit is contained in:
Christopher Cooper 2025-09-03 17:05:19 -07:00
parent b21a16a905
commit 7d4e2f8438
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.102
pkgver = 1.0.103
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.102.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.102.tgz
b2sums = f10241abeef4e54b0fae35690820f1f9cf8826c8bce99e11501a872536c36b89da7dab4f375c0e6aa03cbbdc724c0b5fc0c77cea3d7feb6902a4a1f09899ba11
noextract = claude-code-1.0.103.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.103.tgz
b2sums = 3469d572aa190eff0b422b9cf08716264dd2f45487c65cefdc2e9bf1de5395f808f5b54032017261ebd32d8a9c094929e518304ae7081d6d7973403ef5c323d7
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.102
pkgver=1.0.103
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=('f10241abeef4e54b0fae35690820f1f9cf8826c8bce99e11501a872536c36b89da7dab4f375c0e6aa03cbbdc724c0b5fc0c77cea3d7feb6902a4a1f09899ba11')
b2sums=('3469d572aa190eff0b422b9cf08716264dd2f45487c65cefdc2e9bf1de5395f808f5b54032017261ebd32d8a9c094929e518304ae7081d6d7973403ef5c323d7')
noextract=("${pkgname}-${pkgver}.tgz")
package() {