update to 2.1.100

This commit is contained in:
Christopher Cooper
2026-04-10 08:57:24 -07:00
parent 9ae1ece425
commit f9720ddab9
2 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
pkgbase = claude-code pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 2.1.98 pkgver = 2.1.100
pkgrel = 2 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64
@@ -17,9 +17,9 @@ pkgbase = claude-code
options = !strip options = !strip
source = cc-legal-20260409::https://code.claude.com/docs/en/legal-and-compliance.md source = cc-legal-20260409::https://code.claude.com/docs/en/legal-and-compliance.md
sha256sums = 2087c4bef4e73deac4c50afb755000c418fb58657fe7cf1f860a815a1b55bae9 sha256sums = 2087c4bef4e73deac4c50afb755000c418fb58657fe7cf1f860a815a1b55bae9
source_x86_64 = claude-2.1.98-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.98/linux-x64/claude source_x86_64 = claude-2.1.100-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.100/linux-x64/claude
sha256sums_x86_64 = d40827b5aa8d737a7eb68e3aad990b80e2521540a6bc8a405259b63b25d42ed8 sha256sums_x86_64 = 74b372cf3e4a615b4b168c1f431338a79d8e40fa8130553398a438f924d81c66
source_aarch64 = claude-2.1.98-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.98/linux-arm64/claude source_aarch64 = claude-2.1.100-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.100/linux-arm64/claude
sha256sums_aarch64 = 67c0b9b7ed9c63f8524ecf5790805842f81d8322254dea849ecb8c7051f8df6b sha256sums_aarch64 = de44237ef5bf1b77342f4b78f4d1d02b032767df144ac798ad50d84a2e39ac73
pkgname = claude-code pkgname = claude-code
+4 -4
View File
@@ -1,8 +1,8 @@
# Maintainer: Christopher Cooper <christopher@cg505.com> # Maintainer: Christopher Cooper <christopher@cg505.com>
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com> # Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code pkgname=claude-code
pkgver=2.1.98 pkgver=2.1.100
pkgrel=2 pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal" pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/anthropics/claude-code" url="https://github.com/anthropics/claude-code"
@@ -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") source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude")
sha256sums=('2087c4bef4e73deac4c50afb755000c418fb58657fe7cf1f860a815a1b55bae9') sha256sums=('2087c4bef4e73deac4c50afb755000c418fb58657fe7cf1f860a815a1b55bae9')
sha256sums_x86_64=('d40827b5aa8d737a7eb68e3aad990b80e2521540a6bc8a405259b63b25d42ed8') sha256sums_x86_64=('74b372cf3e4a615b4b168c1f431338a79d8e40fa8130553398a438f924d81c66')
sha256sums_aarch64=('67c0b9b7ed9c63f8524ecf5790805842f81d8322254dea849ecb8c7051f8df6b') sha256sums_aarch64=('de44237ef5bf1b77342f4b78f4d1d02b032767df144ac798ad50d84a2e39ac73')
package() { package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude" install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"