From 11041669368651277c4a2449330a2f2b854ecf24 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Tue, 22 Apr 2025 13:29:01 -0700 Subject: [PATCH] update to 0.2.78 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c4441f6..5c35b11 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 0.2.76 - pkgrel = 2 + pkgver = 0.2.78 + pkgrel = 1 url = https://github.com/anthropics/claude-code arch = any license = LicenseRef-claude-code @@ -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.76.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.76.tgz - b2sums = dd43b6226ba0974f232c4eb9043efb94d4052f07260262156a3f4638e86bc6bef34796eae39222a2a7d9d5c2288c23ebc680713447891cdb5e57252b77ba8a81 + noextract = claude-code-0.2.78.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.78.tgz + b2sums = cd61fac08b9f41f6625867f60c8ec328f487f6aaf95c97e248753e0538c6a075c43ce293f37e30e4da5191c12e4233bf7fecc0fb9c548be539a3c88c0a3ad8eb pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 63672fb..7101704 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.76 -pkgrel=2 +pkgver=0.2.78 +pkgrel=1 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') url="https://github.com/anthropics/claude-code" @@ -16,7 +16,7 @@ optdepends=( 'ripgrep: enhanced file search' ) source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz") -b2sums=('dd43b6226ba0974f232c4eb9043efb94d4052f07260262156a3f4638e86bc6bef34796eae39222a2a7d9d5c2288c23ebc680713447891cdb5e57252b77ba8a81') +b2sums=('cd61fac08b9f41f6625867f60c8ec328f487f6aaf95c97e248753e0538c6a075c43ce293f37e30e4da5191c12e4233bf7fecc0fb9c548be539a3c88c0a3ad8eb') noextract=("${pkgname}-${pkgver}.tgz") package() {