diff --git a/.SRCINFO b/.SRCINFO index ad34e0e2f27c..e7215f45cd49 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.23 + pkgver = 2.0.24 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.23.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.23.tgz - b2sums = 265898871d3c04da79060cc667a85fd88558178a4327d6158c5d1a3df04aefde534b6ba30ae6cdd3e6bf0a8635ba43ad5107e25631123cd5d5fcdf9ad0f4380a + noextract = claude-code-2.0.24.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.24.tgz + b2sums = 91da9168d3a7d4c679f504ac052c6fc9f587b048bda8a427823dc5b6e64daccc335984c20afa9362f04ffc953e21c9481b83e71e4fa10a1fdd923ac75e3e8a8d pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index ed4e80907c98..f44f572e43d4 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.23 +pkgver=2.0.24 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=('265898871d3c04da79060cc667a85fd88558178a4327d6158c5d1a3df04aefde534b6ba30ae6cdd3e6bf0a8635ba43ad5107e25631123cd5d5fcdf9ad0f4380a') +b2sums=('91da9168d3a7d4c679f504ac052c6fc9f587b048bda8a427823dc5b6e64daccc335984c20afa9362f04ffc953e21c9481b83e71e4fa10a1fdd923ac75e3e8a8d') noextract=("${pkgname}-${pkgver}.tgz") package() {