Update claude-code to 2.1.143

This commit is contained in:
github-actions[bot]
2026-05-15 22:33:23 +00:00
parent 2c38ecf427
commit 8fb0172871
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.142 pkgver = 2.1.143
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 = SKIP sha256sums = SKIP
source_x86_64 = claude-2.1.142-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.142/linux-x64/claude source_x86_64 = claude-2.1.143-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.143/linux-x64/claude
sha256sums_x86_64 = 1249a1dadfe2d48f320bd4e1b657a1a0d82435da76deb11ce509822407cf24ec sha256sums_x86_64 = f75fdc3ff9d9cd494b86192f9e349b5c5c6d3970ed4d5cd5c7b330c5a2b1dcc4
source_aarch64 = claude-2.1.142-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.142/linux-arm64/claude source_aarch64 = claude-2.1.143-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.143/linux-arm64/claude
sha256sums_aarch64 = 767b13fc28763ca9d663b00f90e501f134b356f1b72dcf0eea59b7e3bed86411 sha256sums_aarch64 = 32e8edc4a5c3c41d18607c75d1b8e7bec643330c03e266be46ac3b41a446c4eb
pkgname = claude-code pkgname = claude-code
+3 -3
View File
@@ -4,7 +4,7 @@
# Automation repository: https://github.com/fabifont/claude-code-aur # Automation repository: https://github.com/fabifont/claude-code-aur
pkgname=claude-code pkgname=claude-code
pkgver=2.1.142 pkgver=2.1.143
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')
@@ -29,8 +29,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=('SKIP') sha256sums=('SKIP')
sha256sums_x86_64=('1249a1dadfe2d48f320bd4e1b657a1a0d82435da76deb11ce509822407cf24ec') sha256sums_x86_64=('f75fdc3ff9d9cd494b86192f9e349b5c5c6d3970ed4d5cd5c7b330c5a2b1dcc4')
sha256sums_aarch64=('767b13fc28763ca9d663b00f90e501f134b356f1b72dcf0eea59b7e3bed86411') sha256sums_aarch64=('32e8edc4a5c3c41d18607c75d1b8e7bec643330c03e266be46ac3b41a446c4eb')
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"