update to 2.0.8

This commit is contained in:
Jérôme Poulin 2025-10-05 00:00:55 -04:00
parent 35a441f0e1
commit cc32617472
No known key found for this signature in database
GPG key ID: 77EBA10790CFFCCD
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 = 2.0.5
pkgver = 2.0.8
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-2.0.5.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.5.tgz
b2sums = fca15c96c2271f2f996d582c8ed31d14f98c2d0fd808f7bab02a814bbbf1d3d7afcf34d592167ce8102c2d66986bfbb285e24bae00ece855091b791ce355e3d6
noextract = claude-code-2.0.8.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.8.tgz
b2sums = cb4947ebdc83ad20da09382a4f480d063021cf35897d44f4dbce636551717db35fe1fbf34faf1ee3707b62c494ee71470a6bfed94aeff224f8f4f5561f067f88
pkgname = claude-code

View file

@ -2,7 +2,7 @@
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}"
pkgver=2.0.5
pkgver=2.0.8
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('any')
@ -17,7 +17,7 @@ optdepends=(
'ripgrep: enhanced file search'
)
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
b2sums=('fca15c96c2271f2f996d582c8ed31d14f98c2d0fd808f7bab02a814bbbf1d3d7afcf34d592167ce8102c2d66986bfbb285e24bae00ece855091b791ce355e3d6')
b2sums=('cb4947ebdc83ad20da09382a4f480d063021cf35897d44f4dbce636551717db35fe1fbf34faf1ee3707b62c494ee71470a6bfed94aeff224f8f4f5561f067f88')
noextract=("${pkgname}-${pkgver}.tgz")
package() {