update to 2.1.42

This commit is contained in:
Jérôme Poulin
2026-02-13 20:35:08 -05:00
parent 5a688f2152
commit 92f162601b
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
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.41 pkgver = 2.1.42
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = claude-code
options = !strip options = !strip
source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md
sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6
source_x86_64 = claude-2.1.41-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.41/linux-x64/claude source_x86_64 = claude-2.1.42-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.42/linux-x64/claude
sha256sums_x86_64 = 37d223ec9b54020db8570238bd7726b3df78d350c4cad3084f892f4b58f052bc sha256sums_x86_64 = 51785bd26d2896396819832bc23a18a6c0ca39b7b761193fa7b6e990a17f27d8
source_aarch64 = claude-2.1.41-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.41/linux-arm64/claude source_aarch64 = claude-2.1.42-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.42/linux-arm64/claude
sha256sums_aarch64 = dabc602584e89747d04945764e12b1ba050e58279421d8db4c0b2efc96a1b62a sha256sums_aarch64 = 5a75d0713287b636636a06ce9103ff54f5788170f2e9312fc7559121f649d36f
pkgname = claude-code pkgname = claude-code

View File

@@ -1,7 +1,7 @@
# 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.41 pkgver=2.1.42
pkgrel=1 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')
@@ -26,8 +26,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=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6') sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6')
sha256sums_x86_64=('37d223ec9b54020db8570238bd7726b3df78d350c4cad3084f892f4b58f052bc') sha256sums_x86_64=('51785bd26d2896396819832bc23a18a6c0ca39b7b761193fa7b6e990a17f27d8')
sha256sums_aarch64=('dabc602584e89747d04945764e12b1ba050e58279421d8db4c0b2efc96a1b62a') sha256sums_aarch64=('5a75d0713287b636636a06ce9103ff54f5788170f2e9312fc7559121f649d36f')
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"