update to 0.2.91

This commit is contained in:
Christopher Cooper 2025-04-29 14:02:58 -07:00
parent d827d1a76d
commit b7f9742c4e
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 = 0.2.90
pkgver = 0.2.91
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-0.2.90.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.90.tgz
b2sums = 250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117
noextract = claude-code-0.2.91.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.91.tgz
b2sums = abf32baff0ca148207fcf17703468167959686b5c7a1d88688bc1d76da6aba9867cd26e930d9b68618f9f412397fae3fdfc6dcd7c1e8ecac7e963d0b4b20dd64
pkgname = claude-code

View file

@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}"
pkgver=0.2.90
pkgver=0.2.91
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=('250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117')
b2sums=('abf32baff0ca148207fcf17703468167959686b5c7a1d88688bc1d76da6aba9867cd26e930d9b68618f9f412397fae3fdfc6dcd7c1e8ecac7e963d0b4b20dd64')
noextract=("${pkgname}-${pkgver}.tgz")
package() {