update to 2.0.25

This commit is contained in:
Jérôme Poulin 2025-10-21 17:38:09 -04:00
parent 37eea8eb30
commit 71aff8b2a6
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.24
pkgver = 2.0.25
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.24.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.24.tgz
b2sums = 91da9168d3a7d4c679f504ac052c6fc9f587b048bda8a427823dc5b6e64daccc335984c20afa9362f04ffc953e21c9481b83e71e4fa10a1fdd923ac75e3e8a8d
noextract = claude-code-2.0.25.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.25.tgz
b2sums = ebb6a405fc9c1d8afc53353325bad4ffa4d37908827b6de6b714b8f16cdc196ea36ac14724f33ca63682b365913dbadb740f6cc8dc5291af4cca670cb704ffe0
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.24
pkgver=2.0.25
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=('91da9168d3a7d4c679f504ac052c6fc9f587b048bda8a427823dc5b6e64daccc335984c20afa9362f04ffc953e21c9481b83e71e4fa10a1fdd923ac75e3e8a8d')
b2sums=('ebb6a405fc9c1d8afc53353325bad4ffa4d37908827b6de6b714b8f16cdc196ea36ac14724f33ca63682b365913dbadb740f6cc8dc5291af4cca670cb704ffe0')
noextract=("${pkgname}-${pkgver}.tgz")
package() {