Update claude-code to 2.1.210

This commit is contained in:
github-actions[bot]
2026-07-14 23:45:56 +00:00
parent 7bee99726d
commit 7ee3aea6d3
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
# Automation repository: https://github.com/fabifont/claude-code-aur
pkgname=claude-code
pkgver=2.1.209
pkgver=2.1.210
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::https://downloads.claude.ai/claude-code
source_aarch64=("claude-${pkgver}-aarch64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-arm64/claude")
sha256sums=('SKIP')
sha256sums_x86_64=('b882f4b8b27772f897540df50f24000206f43a9426e8f7d19bd065959b69e9dd')
sha256sums_aarch64=('278cb68ef7217cfcc5c949d2573bb8e59a8b1305f76689fba88eb722b0d9e2f0')
sha256sums_x86_64=('e7d2ceb53ed4c2ced1fe7fc1c6331c98dc5f7b4c9b2722d9c5fa3dd5dff6f719')
sha256sums_aarch64=('84feb193c1d91f3b5eba836ed47c0e4dee953195abba950917c3e101eff174e8')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"