update to 2.1.121
This commit is contained in:
@@ -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.119
|
pkgver = 2.1.121
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/anthropics/claude-code
|
url = https://github.com/anthropics/claude-code
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -16,10 +16,10 @@ pkgbase = claude-code
|
|||||||
optdepends = socat: sandboxing
|
optdepends = socat: sandboxing
|
||||||
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 = SKIP
|
||||||
source_x86_64 = claude-2.1.119-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.119/linux-x64/claude
|
source_x86_64 = claude-2.1.121-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.121/linux-x64/claude
|
||||||
sha256sums_x86_64 = cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a
|
sha256sums_x86_64 = b4b684bbcb3a88029ec419dbc08824b2f3c69656a0aa2374860f9525fc67c98f
|
||||||
source_aarch64 = claude-2.1.119-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.119/linux-arm64/claude
|
source_aarch64 = claude-2.1.121-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.121/linux-arm64/claude
|
||||||
sha256sums_aarch64 = 382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce
|
sha256sums_aarch64 = 71b78e6364f97a227b17be40dfcc237461f8d2b1d109444d24b42af0fdefac31
|
||||||
|
|
||||||
pkgname = claude-code
|
pkgname = claude-code
|
||||||
|
|||||||
@@ -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.119
|
pkgver=2.1.121
|
||||||
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')
|
||||||
@@ -24,9 +24,9 @@ source=("cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
|
|||||||
source_x86_64=("claude-${pkgver}-x86_64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude")
|
source_x86_64=("claude-${pkgver}-x86_64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude")
|
||||||
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=('SKIP')
|
||||||
sha256sums_x86_64=('cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a')
|
sha256sums_x86_64=('b4b684bbcb3a88029ec419dbc08824b2f3c69656a0aa2374860f9525fc67c98f')
|
||||||
sha256sums_aarch64=('382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce')
|
sha256sums_aarch64=('71b78e6364f97a227b17be40dfcc237461f8d2b1d109444d24b42af0fdefac31')
|
||||||
|
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user