From 5c46bc2178c48345c2f53e9b9330ccd08c67cc1f Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Wed, 21 May 2025 11:52:27 -0700 Subject: [PATCH] update to 0.2.125 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 47c5083cebd6..d8ece1f55996 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 0.2.124 + pkgver = 0.2.125 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-0.2.124.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.124.tgz - b2sums = 40fd722c16edbbb5380c5dc4c0d91b2edf5906da856c8555eb5af556c6466f8f11dcfa327b819baa9e5e99a1480e090cf7664c6a2b25d8de70f5aa994047da35 + noextract = claude-code-0.2.125.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.125.tgz + b2sums = eaf752e510fd576023b3cbaeecfb70b697cb21334461f0f60dd074808c531133db904182d7e47405d885d02ca9d85db564a311369f3b47967bad9d3a074c841e pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index f5f1785cfe9f..6cbd7e015b25 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.124 +pkgver=0.2.125 pkgrel=1 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') @@ -16,7 +16,7 @@ optdepends=( 'ripgrep: enhanced file search' ) source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz") -b2sums=('40fd722c16edbbb5380c5dc4c0d91b2edf5906da856c8555eb5af556c6466f8f11dcfa327b819baa9e5e99a1480e090cf7664c6a2b25d8de70f5aa994047da35') +b2sums=('eaf752e510fd576023b3cbaeecfb70b697cb21334461f0f60dd074808c531133db904182d7e47405d885d02ca9d85db564a311369f3b47967bad9d3a074c841e') noextract=("${pkgname}-${pkgver}.tgz") package() {