update to 2.0.27

This commit is contained in:
Jérôme Poulin 2025-10-24 17:27:41 -04:00
parent 7fd1c66e8f
commit fcb53e074a
No known key found for this signature in database
GPG key ID: 77EBA10790CFFCCD
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.26
pkgver = 2.0.27
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.26.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.26.tgz
b2sums = 282732005f6a96522621acb6bf1d03ea798849e23e45c8dca7bcfce11a5229e47b66de821abe0355a7ca101cce9e6de3061092eb6bd6940d8f7d081fe9275682
noextract = claude-code-2.0.27.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.27.tgz
b2sums = 37bd5fb250475d2095fc06dbd579b23853705f305a697949b533b979f2163717e5d962f31711b16c26785ccfaf778f0fe934cba9c839b5430ce28dfd7a1837cc
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.26
pkgver=2.0.27
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=('282732005f6a96522621acb6bf1d03ea798849e23e45c8dca7bcfce11a5229e47b66de821abe0355a7ca101cce9e6de3061092eb6bd6940d8f7d081fe9275682')
b2sums=('37bd5fb250475d2095fc06dbd579b23853705f305a697949b533b979f2163717e5d962f31711b16c26785ccfaf778f0fe934cba9c839b5430ce28dfd7a1837cc')
noextract=("${pkgname}-${pkgver}.tgz")
package() {