From 83e715ee54618dc9168397da4a46784318be4ff4 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Tue, 16 Sep 2025 16:51:15 -0700 Subject: [PATCH] update to 1.0.117 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2d949fb..eb3e71e 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.115 + pkgver = 1.0.117 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.115.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.115.tgz - b2sums = 7722d9f5edc3b19a63f2c9018a88116b8305fc091f4e9618c414a34ad7d47c7368188bef970768c7cabae0e07411b89b058b83fcb349771d69220ade38ca085c + noextract = claude-code-1.0.117.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.117.tgz + b2sums = 025eabfdf9e93196adec294f3f0277aa1a3ebec1cd4b4f7d214dacec7294483c26727e99184fc5052d145b1fa297cb363e19301ef73ea376cb4e7834dc143c4d pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 914fcb4..0f933bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jérôme Poulin pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=1.0.115 +pkgver=1.0.117 pkgrel=1 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') @@ -17,7 +17,7 @@ optdepends=( 'ripgrep: enhanced file search' ) source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz") -b2sums=('7722d9f5edc3b19a63f2c9018a88116b8305fc091f4e9618c414a34ad7d47c7368188bef970768c7cabae0e07411b89b058b83fcb349771d69220ade38ca085c') +b2sums=('025eabfdf9e93196adec294f3f0277aa1a3ebec1cd4b4f7d214dacec7294483c26727e99184fc5052d145b1fa297cb363e19301ef73ea376cb4e7834dc143c4d') noextract=("${pkgname}-${pkgver}.tgz") package() {