diff --git a/.SRCINFO b/.SRCINFO index 51669e6..2d949fb 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.113 + pkgver = 1.0.115 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.113.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.113.tgz - b2sums = 96eb139613b9efa33a761f6f2f608174861a030efbac14de806708249ec66c72cdf6ed1098aa1e821007637209595fcad427cfd7adc06cbc6841591ce56803e7 + noextract = claude-code-1.0.115.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.115.tgz + b2sums = 7722d9f5edc3b19a63f2c9018a88116b8305fc091f4e9618c414a34ad7d47c7368188bef970768c7cabae0e07411b89b058b83fcb349771d69220ade38ca085c pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 4603707..914fcb4 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.113 +pkgver=1.0.115 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=('96eb139613b9efa33a761f6f2f608174861a030efbac14de806708249ec66c72cdf6ed1098aa1e821007637209595fcad427cfd7adc06cbc6841591ce56803e7') +b2sums=('7722d9f5edc3b19a63f2c9018a88116b8305fc091f4e9618c414a34ad7d47c7368188bef970768c7cabae0e07411b89b058b83fcb349771d69220ade38ca085c') noextract=("${pkgname}-${pkgver}.tgz") package() {