update to 0.2.14

This commit is contained in:
Christopher Cooper 2025-02-26 11:18:28 -08:00
parent 73059ccc05
commit 60faf8b19e
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 0.2.9
pkgrel = 2
pkgver = 0.2.14
pkgrel = 1
url = https://github.com/anthropics/claude-code
arch = any
license = custom
@ -10,8 +10,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.9.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.9.tgz
b2sums = 9738d2d9982b4b191fc373c79cada3123a161cfaf56c1d77afb29ea334507913293abf2a339a38f9bd9c463e513447f90f30b94faf5b3222c357167abf58620a
noextract = claude-code-0.2.14.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.14.tgz
b2sums = 59a5596fe6be39b89b0fc3eff3384c537b928d82838f674c1b69baeeafb44b9f2a411f1f8b1541a08874cf612f4c9d27b1877da395051aea2b71c69b71f9aaaf
pkgname = claude-code

View file

@ -1,8 +1,8 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}"
pkgver=0.2.9
pkgrel=2
pkgver=0.2.14
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('any')
url="https://github.com/anthropics/claude-code"
@ -16,7 +16,7 @@ optdepends=(
'ripgrep: enhanced file search'
)
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
b2sums=('9738d2d9982b4b191fc373c79cada3123a161cfaf56c1d77afb29ea334507913293abf2a339a38f9bd9c463e513447f90f30b94faf5b3222c357167abf58620a')
b2sums=('59a5596fe6be39b89b0fc3eff3384c537b928d82838f674c1b69baeeafb44b9f2a411f1f8b1541a08874cf612f4c9d27b1877da395051aea2b71c69b71f9aaaf')
noextract=("${pkgname}-${pkgver}.tgz")
package() {