update to 0.2.115

This commit is contained in:
Christopher Cooper
2025-05-15 11:53:57 -07:00
parent 3d0128cf5a
commit 6cadf9f56d
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.114
pkgver = 0.2.115
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-0.2.114.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.114.tgz
b2sums = b5dff8862d19c59ff1f8522ef826d0a9efb4ed61f8eb37c7911dd703865a1549f2a758f59096f708e10fb9dbf74cbe7fe3a74ed093e58abaef5e534f2525d641
noextract = claude-code-0.2.115.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.115.tgz
b2sums = a61032a4130f1cd1bbfa57722ac91ab3684560d49075001a9847bdd5f0606397a9be6ccebd9f476505ef251e1945a74645feb58f6ef257b01be38a1b65100fcd
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.114
pkgver=0.2.115
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=('b5dff8862d19c59ff1f8522ef826d0a9efb4ed61f8eb37c7911dd703865a1549f2a758f59096f708e10fb9dbf74cbe7fe3a74ed093e58abaef5e534f2525d641')
b2sums=('a61032a4130f1cd1bbfa57722ac91ab3684560d49075001a9847bdd5f0606397a9be6ccebd9f476505ef251e1945a74645feb58f6ef257b01be38a1b65100fcd')
noextract=("${pkgname}-${pkgver}.tgz")
package() {