update to 2.1.56

This commit is contained in:
Christopher Cooper
2026-02-24 22:31:56 -08:00
parent 2963fb65b7
commit 5189c6d05d
2 changed files with 8 additions and 8 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.1.55
pkgver=2.1.56
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
@@ -26,8 +26,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=('c4ba00f654e539cefde027f5371371f519ec1394925abfcb09661af613aa7489')
sha256sums_aarch64=('476f7eb2f9b1d04c66e48cae6722a066bd7d7edfab324ed81111552ca2d8d890')
sha256sums_x86_64=('e139d71f9dec4d86308341b16d00c24441c789d0156852364a4c7dcf3f2e9b3e')
sha256sums_aarch64=('566ce5c41ac7ecbb259d46fe5d58d45c03e70323a0ff3f05a0ddc358d81f73a1')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"