diff --git a/.SRCINFO b/.SRCINFO index 5fc4a39..80d69a9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 2.1.118 + pkgver = 2.1.119 pkgrel = 1 url = https://github.com/anthropics/claude-code arch = x86_64 @@ -17,9 +17,9 @@ pkgbase = claude-code options = !strip source = cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md sha256sums = c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b - source_x86_64 = claude-2.1.118-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.118/linux-x64/claude - sha256sums_x86_64 = ba363b2410a47120d2d4b8ece2e11fe0bbc5d59adb1329e8fb87ea0f370f4e46 - source_aarch64 = claude-2.1.118-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.118/linux-arm64/claude - sha256sums_aarch64 = b77b22fe93c15409f3c64be67950fe11e5fc17d1cd327891596cb87dd9be0492 + 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 = cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a + source_aarch64 = claude-2.1.119-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.119/linux-arm64/claude + sha256sums_aarch64 = 382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index fa2e945..c2de3b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper # Maintainer: Jérôme Poulin pkgname=claude-code -pkgver=2.1.118 +pkgver=2.1.119 pkgrel=1 pkgdesc="An agentic coding tool that lives in your terminal" 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") sha256sums=('c04a21cf44168e80e8cd48a4e48a3c5ffdc7a5df86459ebb8f9911cd4f8c398b') -sha256sums_x86_64=('ba363b2410a47120d2d4b8ece2e11fe0bbc5d59adb1329e8fb87ea0f370f4e46') -sha256sums_aarch64=('b77b22fe93c15409f3c64be67950fe11e5fc17d1cd327891596cb87dd9be0492') +sha256sums_x86_64=('cca43053f062949495596b11b6fd1b59cf79102adb13bacbe66997e6fae41e4a') +sha256sums_aarch64=('382aa73ea4b07fd8d698e3159b5ef9e1b8739fae7505ba8ddd28b8a6a62819ce') package() { install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"