update to 2.0.20

This commit is contained in:
Christopher Cooper
2025-10-16 09:53:19 -07:00
parent 8b64b310fe
commit 9fc3090354
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.19
pkgver = 2.0.20
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.19.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.19.tgz
b2sums = f96c65f719f454c1f56e56298c7d5adbc7c1791b82f726acb63bf5d4f2f32bf91d421e6cb0eb4041da39893d4e5fd177153efbde516f45ba8a3cc69c8bd1a2b0
noextract = claude-code-2.0.20.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.20.tgz
b2sums = 68819625f93bf151acc8204d278f3f6d01ef60db1f247d1f6edb31abd7b3f159575fd411bb8ec4bd4b355b468337dc3bb3913ef26338457b9486c3bf19a83fce
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.19
pkgver=2.0.20
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=('f96c65f719f454c1f56e56298c7d5adbc7c1791b82f726acb63bf5d4f2f32bf91d421e6cb0eb4041da39893d4e5fd177153efbde516f45ba8a3cc69c8bd1a2b0')
b2sums=('68819625f93bf151acc8204d278f3f6d01ef60db1f247d1f6edb31abd7b3f159575fd411bb8ec4bd4b355b468337dc3bb3913ef26338457b9486c3bf19a83fce')
noextract=("${pkgname}-${pkgver}.tgz")
package() {