From b7f9742c4eafcb1cfce70060c318667c0bc466b0 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Tue, 29 Apr 2025 14:02:58 -0700 Subject: [PATCH] update to 0.2.91 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 00d020b16437..2493a531ad4a 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.90 + pkgver = 0.2.91 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.90.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.90.tgz - b2sums = 250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117 + noextract = claude-code-0.2.91.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.91.tgz + b2sums = abf32baff0ca148207fcf17703468167959686b5c7a1d88688bc1d76da6aba9867cd26e930d9b68618f9f412397fae3fdfc6dcd7c1e8ecac7e963d0b4b20dd64 pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 48df1d84ee74..9545ec6ca09d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.90 +pkgver=0.2.91 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=('250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117') +b2sums=('abf32baff0ca148207fcf17703468167959686b5c7a1d88688bc1d76da6aba9867cd26e930d9b68618f9f412397fae3fdfc6dcd7c1e8ecac7e963d0b4b20dd64') noextract=("${pkgname}-${pkgver}.tgz") package() {