update to 2.1.108

This commit is contained in:
Christopher Cooper
2026-04-14 12:34:25 -07:00
parent 5f210293f0
commit 2c5a0b60b1
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
pkgver=2.1.107
pkgrel=2
pkgver=2.1.108
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
url="https://github.com/anthropics/claude-code"
@@ -28,8 +28,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=('SKIP')
sha256sums_x86_64=('8abe3909c55b3afafa8939d28c2cc2fcf73ba9424a46b4f435bbadda7e0eb00d')
sha256sums_aarch64=('b3f1d3acde0a247c67a93638208911dd2f676743d16cb3f9bd3987ffb3498a00')
sha256sums_x86_64=('1f641676eb086ceafd76a5f51ffb260b948fa1f6d77991d8cd6e480267dfff37')
sha256sums_aarch64=('7bef1f7dcf64a221fc66571a176ca6206088bec48613a46cb4fa6328169c0bd1')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"