update to 2.1.94

This commit is contained in:
Christopher Cooper
2026-04-07 14:56:25 -07:00
parent 11d2eb5d47
commit 8a3a5e98ed
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.92 pkgver = 2.1.94
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-20260403::https://code.claude.com/docs/en/legal-and-compliance.md source = cc-legal-20260403::https://code.claude.com/docs/en/legal-and-compliance.md
sha256sums = a2a0ff9d93f11130f49db108b11d3f5230ab72d75d47bf68500fbef297cbe33c sha256sums = a2a0ff9d93f11130f49db108b11d3f5230ab72d75d47bf68500fbef297cbe33c
source_x86_64 = claude-2.1.92-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.92/linux-x64/claude source_x86_64 = claude-2.1.94-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.94/linux-x64/claude
sha256sums_x86_64 = e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf sha256sums_x86_64 = 7cbc939cb52e09d49fd82092061543d21100b04c321e19fecf06f087dc908667
source_aarch64 = claude-2.1.92-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.92/linux-arm64/claude source_aarch64 = claude-2.1.94-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.94/linux-arm64/claude
sha256sums_aarch64 = 08deb3d56477496eb92e624f492e25b123f4527dd5674f71afff58a48eccd953 sha256sums_aarch64 = b3524791b50b314b17dac9978cb9568fa2e11a46562ae6f798d0dac453a0604a
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.92 pkgver=2.1.94
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=('a2a0ff9d93f11130f49db108b11d3f5230ab72d75d47bf68500fbef297cbe33c') sha256sums=('a2a0ff9d93f11130f49db108b11d3f5230ab72d75d47bf68500fbef297cbe33c')
sha256sums_x86_64=('e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf') sha256sums_x86_64=('7cbc939cb52e09d49fd82092061543d21100b04c321e19fecf06f087dc908667')
sha256sums_aarch64=('08deb3d56477496eb92e624f492e25b123f4527dd5674f71afff58a48eccd953') sha256sums_aarch64=('b3524791b50b314b17dac9978cb9568fa2e11a46562ae6f798d0dac453a0604a')
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"