update to 0.2.69

This commit is contained in:
Christopher Cooper 2025-04-11 15:44:18 -07:00
parent 1cb0d8cf68
commit 2e01f5fc24
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.68
pkgver = 0.2.69
pkgrel = 1
url = https://github.com/anthropics/claude-code
arch = any
@ -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.68.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.68.tgz
b2sums = 99ddc049f0b4b88b3e56d77c4c72c1881cb6c1383e80634d5d4a4e5fa0721cd6984947b1a35f95232b613e0f8d62f0486f077d62c68be4937bb921b731a8adb2
noextract = claude-code-0.2.69.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.69.tgz
b2sums = 4e1c961bdeea0b76a0c2f612f3937898ce5904f157a4d246d83b0b11b88e16a58740fddb37a3a5e3bd5eb9e118dc2eee971e358ec1ba97b4fb312fbb39823635
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.68
pkgver=0.2.69
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=('99ddc049f0b4b88b3e56d77c4c72c1881cb6c1383e80634d5d4a4e5fa0721cd6984947b1a35f95232b613e0f8d62f0486f077d62c68be4937bb921b731a8adb2')
b2sums=('4e1c961bdeea0b76a0c2f612f3937898ce5904f157a4d246d83b0b11b88e16a58740fddb37a3a5e3bd5eb9e118dc2eee971e358ec1ba97b4fb312fbb39823635')
noextract=("${pkgname}-${pkgver}.tgz")
package() {