update license checksum

This commit is contained in:
Christopher Cooper
2026-04-03 22:05:11 -07:00
parent ad5d4030a2
commit 11d2eb5d47
2 changed files with 6 additions and 6 deletions
+3 -3
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.92
pkgrel = 1 pkgrel = 2
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
arch = aarch64 arch = aarch64
@@ -15,8 +15,8 @@ pkgbase = claude-code
optdepends = bubblewrap: sandboxing optdepends = bubblewrap: sandboxing
optdepends = socat: sandboxing optdepends = socat: sandboxing
options = !strip options = !strip
source = cc-legal-20260313::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 = 1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba 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.92-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.92/linux-x64/claude
sha256sums_x86_64 = e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf sha256sums_x86_64 = e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf
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.92-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.92/linux-arm64/claude
+3 -3
View File
@@ -2,7 +2,7 @@
# 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.92
pkgrel=1 pkgrel=2
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"
@@ -23,12 +23,12 @@ optdepends=(
# This bucket is used in the official install script at https://claude.ai/install.sh # This bucket is used in the official install script at https://claude.ai/install.sh
# curl -fsSL https://claude.ai/install.sh | grep GCS_BUCKET # curl -fsSL https://claude.ai/install.sh | grep GCS_BUCKET
_gcs_bucket="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases" _gcs_bucket="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"
_license_update_ts=20260313 _license_update_ts=20260403
source=("cc-legal-${_license_update_ts}::https://code.claude.com/docs/en/legal-and-compliance.md") source=("cc-legal-${_license_update_ts}::https://code.claude.com/docs/en/legal-and-compliance.md")
source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/claude") source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/claude")
source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude") source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude")
sha256sums=('1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba') sha256sums=('a2a0ff9d93f11130f49db108b11d3f5230ab72d75d47bf68500fbef297cbe33c')
sha256sums_x86_64=('e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf') sha256sums_x86_64=('e22324514967ff2d5e9f91f0ee37e4675bf8b6dfec27fafb19cb25cc5b23fcaf')
sha256sums_aarch64=('08deb3d56477496eb92e624f492e25b123f4527dd5674f71afff58a48eccd953') sha256sums_aarch64=('08deb3d56477496eb92e624f492e25b123f4527dd5674f71afff58a48eccd953')