update to 2.1.119

This commit is contained in:
Christopher Cooper
2026-04-23 16:50:37 -07:00
parent 1e74ff1b20
commit 542c547a53
2 changed files with 8 additions and 8 deletions
+5 -5
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.118 pkgver = 2.1.119
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = claude-code
options = !strip options = !strip
source = cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md source = cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md
sha256sums = c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b sha256sums = c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b
source_x86_64 = claude-2.1.118-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.118/linux-x64/claude source_x86_64 = claude-2.1.119-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.119/linux-x64/claude
sha256sums_x86_64 = ba363b2410a47120d2d4b8ece2e11fe0bbc5d59adb1329e8fb87ea0f370f4e46 sha256sums_x86_64 = cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a
source_aarch64 = claude-2.1.118-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.118/linux-arm64/claude source_aarch64 = claude-2.1.119-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.119/linux-arm64/claude
sha256sums_aarch64 = b77b22fe93c15409f3c64be67950fe11e5fc17d1cd327891596cb87dd9be0492 sha256sums_aarch64 = 382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce
pkgname = claude-code pkgname = claude-code
+3 -3
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.118 pkgver=2.1.119
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')
@@ -25,8 +25,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") source_aarch64=("claude-${pkgver}-aarch64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-arm64/claude")
sha256sums=('c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b') sha256sums=('c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b')
sha256sums_x86_64=('ba363b2410a47120d2d4b8ece2e11fe0bbc5d59adb1329e8fb87ea0f370f4e46') sha256sums_x86_64=('cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a')
sha256sums_aarch64=('b77b22fe93c15409f3c64be67950fe11e5fc17d1cd327891596cb87dd9be0492') sha256sums_aarch64=('382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce')
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"