From cf01976a091b4e0b9302934a056595344bf75992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Poulin?= Date: Mon, 20 Oct 2025 13:56:55 -0400 Subject: [PATCH] update to 2.0.23 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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() {