update to 0.2.70

This commit is contained in:
Christopher Cooper
2025-04-15 10:49:23 -07:00
parent 2e01f5fc24
commit 1c6b0fe4d9
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = claude-code pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 0.2.69 pkgver = 0.2.70
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = any arch = any
@@ -10,8 +10,8 @@ pkgbase = claude-code
optdepends = github-cli: interact with GitHub optdepends = github-cli: interact with GitHub
optdepends = glab: interact with GitLab optdepends = glab: interact with GitLab
optdepends = ripgrep: enhanced file search optdepends = ripgrep: enhanced file search
noextract = claude-code-0.2.69.tgz noextract = claude-code-0.2.70.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.69.tgz source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.70.tgz
b2sums = 4e1c961bdeea0b76a0c2f612f3937898ce5904f157a4d246d83b0b11b88e16a58740fddb37a3a5e3bd5eb9e118dc2eee971e358ec1ba97b4fb312fbb39823635 b2sums = c3b42b09cb3f0d8d9f71575e21016c4079b6208684e153d25e622dda5ba8a5b7bfac60dfa444076f1cb6f0b4b9a8830e55d7c17e78064532b1f9ecd46d11ea1e
pkgname = claude-code pkgname = claude-code

View File

@@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com> # Maintainer: Christopher Cooper <christopher@cg505.com>
pkgname=claude-code pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}" _full_pkgname="@anthropic-ai/${pkgname}"
pkgver=0.2.69 pkgver=0.2.70
pkgrel=1 pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal" pkgdesc="An agentic coding tool that lives in your terminal"
arch=('any') arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
'ripgrep: enhanced file search' 'ripgrep: enhanced file search'
) )
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz") source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
b2sums=('4e1c961bdeea0b76a0c2f612f3937898ce5904f157a4d246d83b0b11b88e16a58740fddb37a3a5e3bd5eb9e118dc2eee971e358ec1ba97b4fb312fbb39823635') b2sums=('c3b42b09cb3f0d8d9f71575e21016c4079b6208684e153d25e622dda5ba8a5b7bfac60dfa444076f1cb6f0b4b9a8830e55d7c17e78064532b1f9ecd46d11ea1e')
noextract=("${pkgname}-${pkgver}.tgz") noextract=("${pkgname}-${pkgver}.tgz")
package() { package() {