diff --git a/.SRCINFO b/.SRCINFO index 4261b82ea028..ad34e0e2f27c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 2.0.22 + pkgver = 2.0.23 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.22.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.22.tgz - b2sums = ae44799d85ddfe33f89b7201e6f9e645ef4e917389a544636b6abf2db03aadac93925cc15ed04aaf02c7a5c8513b670526e740cf92fdd1c335f3733ec158c991 + noextract = claude-code-2.0.23.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.23.tgz + b2sums = 265898871d3c04da79060cc667a85fd88558178a4327d6158c5d1a3df04aefde534b6ba30ae6cdd3e6bf0a8635ba43ad5107e25631123cd5d5fcdf9ad0f4380a pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 212494a95abc..ed4e80907c98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jérôme Poulin pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=2.0.22 +pkgver=2.0.23 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=('ae44799d85ddfe33f89b7201e6f9e645ef4e917389a544636b6abf2db03aadac93925cc15ed04aaf02c7a5c8513b670526e740cf92fdd1c335f3733ec158c991') +b2sums=('265898871d3c04da79060cc667a85fd88558178a4327d6158c5d1a3df04aefde534b6ba30ae6cdd3e6bf0a8635ba43ad5107e25631123cd5d5fcdf9ad0f4380a') noextract=("${pkgname}-${pkgver}.tgz") package() {