From 6e82cdffdf8e8de6a9a191868e0ee0285eb47564 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Fri, 25 Jul 2025 14:33:26 -0700 Subject: [PATCH] update to 1.0.61 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ba4c236..0a49682 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 1.0.60 + pkgver = 1.0.61 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-1.0.60.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.60.tgz - b2sums = f8626a0e2c712b6b9fc4023f7c0830443d3179c9202f147ea620ad40b31f581eee698dc9e5dec0d537e99b5a6652a955b9fd476ff1cd79ed9576e5b4f5b4ace2 + noextract = claude-code-1.0.61.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.61.tgz + b2sums = 07864893eb9fcb183fc2b510966e6b8b9af0700027143dee670f2a1f84c714c44cc05efba2c63d30420d367d0a8f368c1f65e9bf67012580c0554728bf045db9 pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 94b0130..02f2e66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=1.0.60 +pkgver=1.0.61 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=('f8626a0e2c712b6b9fc4023f7c0830443d3179c9202f147ea620ad40b31f581eee698dc9e5dec0d537e99b5a6652a955b9fd476ff1cd79ed9576e5b4f5b4ace2') +b2sums=('07864893eb9fcb183fc2b510966e6b8b9af0700027143dee670f2a1f84c714c44cc05efba2c63d30420d367d0a8f368c1f65e9bf67012580c0554728bf045db9') noextract=("${pkgname}-${pkgver}.tgz") package() {