switch to latest version, update to 2.0.76

This commit is contained in:
Christopher Cooper
2025-12-23 14:34:54 -06:00
parent 2a96a571d9
commit 3c67991822
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
pkgver=2.0.67
pkgver=2.0.76
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
@@ -25,8 +25,8 @@ source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/clau
source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude")
sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6')
sha256sums_x86_64=('b2a12279d5df3814f59000682a571edb771b73e89b4bd894101f01e3726726f3')
sha256sums_aarch64=('7ae2baadcb6db64b26d4edb277aafb02a42be82f0da4a193289271852c9a96c8')
sha256sums_x86_64=('5dcdb480f91ba0df0bc8bd6aff148d3dfd3883f0899eeb5b9427a8b0abe7a687')
sha256sums_aarch64=('f64a994c8e5bfb84d7242cebbec75d6919db2ee46d50b8fc7a88d5066db193f9')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"