update to 2.1.89

This commit is contained in:
Christopher Cooper
2026-03-31 18:24:08 -07:00
parent bf22674724
commit 0c3481df1e
2 changed files with 8 additions and 8 deletions
+3 -3
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.87
pkgver=2.1.89
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
@@ -29,8 +29,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=('1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba')
sha256sums_x86_64=('b1a5b89469862adee0e4dc28cab5a8314bc4d0117e19ab26a7b7ff7ce9b59bd5')
sha256sums_aarch64=('193c5e9c091eadde302fa23af46c8d646b7263f74fa06ed32746e504bd09df18')
sha256sums_x86_64=('903cb3c96b314d86856632c8702f5cdf971b804d0b19ef87446573bcd1d7df1c')
sha256sums_aarch64=('428301f56cf0139e6fbfa55e13be3f0f032ac1eb5ddb8849fbc703ee220c1cca')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"