From 6129603c8592fd0def113b575d5c43fd6186a683 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Thu, 13 Mar 2025 11:36:55 -0700 Subject: [PATCH] update to 0.2.39 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 52d3a38..0045f90 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.38 + pkgver = 0.2.39 pkgrel = 1 url = https://github.com/anthropics/claude-code arch = any @@ -10,8 +10,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.38.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.38.tgz - b2sums = d1c95965e54360141ca57c6c868b57843393fd6eef731383ecece727f0ca6331ed5e0d1dc293c4c2bcf60c83584fa7a80c7e388c92fcf410aa6f3c9903329d46 + noextract = claude-code-0.2.39.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.39.tgz + b2sums = aef5b0c2b6c6f2d8159eaee41d44a4cdbb3f594d86d688399da9db972fde812b9d83e7026b6edb90c81fccb321438f76e5ccb9c041bae42f09138049643516b4 pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 91c2c2a..4ff1a24 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.38 +pkgver=0.2.39 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=('d1c95965e54360141ca57c6c868b57843393fd6eef731383ecece727f0ca6331ed5e0d1dc293c4c2bcf60c83584fa7a80c7e388c92fcf410aa6f3c9903329d46') +b2sums=('aef5b0c2b6c6f2d8159eaee41d44a4cdbb3f594d86d688399da9db972fde812b9d83e7026b6edb90c81fccb321438f76e5ccb9c041bae42f09138049643516b4') noextract=("${pkgname}-${pkgver}.tgz") package() {