update to 1.0.112

This commit is contained in:
Jérôme Poulin 2025-09-11 21:24:24 -04:00
parent 492ec4fad9
commit f4e6e9e9c3
No known key found for this signature in database
GPG key ID: 77EBA10790CFFCCD
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 1.0.111
pkgver = 1.0.112
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.111.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.111.tgz
b2sums = 961f18eedce8b9c75b07f4390dd5149abdd079506cc9055cdb56f10ffae420669c85ee5f0a20736a0d1d1defad307e83f496d083db39f50f25b88c47dd998328
noextract = claude-code-1.0.112.tgz
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.112.tgz
b2sums = 73bd37d0f78382216d439abd672e0a22ec985e34e3c74df261d6027cef4fa5e3c1b3bafb3b45d1ffed08c0b2cc3210377c7eee450faec9fd3743cd42bc98c6b4
pkgname = claude-code

View file

@ -2,7 +2,7 @@
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}"
pkgver=1.0.111
pkgver=1.0.112
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=('961f18eedce8b9c75b07f4390dd5149abdd079506cc9055cdb56f10ffae420669c85ee5f0a20736a0d1d1defad307e83f496d083db39f50f25b88c47dd998328')
b2sums=('73bd37d0f78382216d439abd672e0a22ec985e34e3c74df261d6027cef4fa5e3c1b3bafb3b45d1ffed08c0b2cc3210377c7eee450faec9fd3743cd42bc98c6b4')
noextract=("${pkgname}-${pkgver}.tgz")
package() {