Update claude-code to 2.1.145
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.144
|
pkgver = 2.1.145
|
||||||
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.144-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.144/linux-x64/claude
|
source_x86_64 = claude-2.1.145-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.145/linux-x64/claude
|
||||||
sha256sums_x86_64 = 147480774472e5720fd5e83617b3e9299344e7213efa84c326b25bd5a0f20b4e
|
sha256sums_x86_64 = b3ffbc12689bfe81389d6577787fcea4cab81bd3b6bba9b719e73770b62d720e
|
||||||
source_aarch64 = claude-2.1.144-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.144/linux-arm64/claude
|
source_aarch64 = claude-2.1.145-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.145/linux-arm64/claude
|
||||||
sha256sums_aarch64 = c8ccccbfce12d684588bd3af366394132f614dcf3c86beb2066f86bde2704513
|
sha256sums_aarch64 = 75ad61d690d79440c82b5841444e1b42caae55736af37c97dd0e068ef20ce390
|
||||||
|
|
||||||
pkgname = claude-code
|
pkgname = claude-code
|
||||||
|
|||||||
@@ -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.144
|
pkgver=2.1.145
|
||||||
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=('147480774472e5720fd5e83617b3e9299344e7213efa84c326b25bd5a0f20b4e')
|
sha256sums_x86_64=('b3ffbc12689bfe81389d6577787fcea4cab81bd3b6bba9b719e73770b62d720e')
|
||||||
sha256sums_aarch64=('c8ccccbfce12d684588bd3af366394132f614dcf3c86beb2066f86bde2704513')
|
sha256sums_aarch64=('75ad61d690d79440c82b5841444e1b42caae55736af37c97dd0e068ef20ce390')
|
||||||
|
|
||||||
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