update to 2.1.112

This commit is contained in:
Christopher Cooper
2026-04-16 13:13:39 -07:00
parent 1ab13bde3e
commit aab58388ec
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.111 pkgver = 2.1.112
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.111-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.111/linux-x64/claude source_x86_64 = claude-2.1.112-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.112/linux-x64/claude
sha256sums_x86_64 = 5d4df970040b0f83aac434ae540b409126a4778a379e8c9b4c793560e3bfa060 sha256sums_x86_64 = 57be9406d3e5cae259552790bf7288dd6496675430ec93dbed76a33a57580d3d
source_aarch64 = claude-2.1.111-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.111/linux-arm64/claude source_aarch64 = claude-2.1.112-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.112/linux-arm64/claude
sha256sums_aarch64 = 99376866bf7ec367142d3be548c17184a79f30a97318441ee9a00f78e51246e7 sha256sums_aarch64 = 1015ef5747767cdac58376de4ec990253dcac49314d54e19750d5512fa7422f6
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.111 pkgver=2.1.112
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')
@@ -28,8 +28,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=('SKIP') sha256sums=('SKIP')
sha256sums_x86_64=('5d4df970040b0f83aac434ae540b409126a4778a379e8c9b4c793560e3bfa060') sha256sums_x86_64=('57be9406d3e5cae259552790bf7288dd6496675430ec93dbed76a33a57580d3d')
sha256sums_aarch64=('99376866bf7ec367142d3be548c17184a79f30a97318441ee9a00f78e51246e7') sha256sums_aarch64=('1015ef5747767cdac58376de4ec990253dcac49314d54e19750d5512fa7422f6')
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"