update to 2.1.44

This commit is contained in:
Jérôme Poulin
2026-02-16 17:02:23 -05:00
parent 92f162601b
commit 09c58b8229
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 2.1.42
pkgver = 2.1.44
pkgrel = 1
url = https://github.com/anthropics/claude-code
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = claude-code
options = !strip
source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md
sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6
source_x86_64 = claude-2.1.42-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.42/linux-x64/claude
sha256sums_x86_64 = 51785bd26d2896396819832bc23a18a6c0ca39b7b761193fa7b6e990a17f27d8
source_aarch64 = claude-2.1.42-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.42/linux-arm64/claude
sha256sums_aarch64 = 5a75d0713287b636636a06ce9103ff54f5788170f2e9312fc7559121f649d36f
source_x86_64 = claude-2.1.44-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.44/linux-x64/claude
sha256sums_x86_64 = 090ed3f06be51388bc511f90214484891432c160349c9c3fc6a131001c763381
source_aarch64 = claude-2.1.44-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.44/linux-arm64/claude
sha256sums_aarch64 = 335f440cfa4c3b020e79896a00bfb68376c6efb11051c7e6736732acdc74d6ee
pkgname = claude-code

View File

@@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com>
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
pkgver=2.1.42
pkgver=2.1.44
pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
@@ -26,8 +26,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")
sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6')
sha256sums_x86_64=('51785bd26d2896396819832bc23a18a6c0ca39b7b761193fa7b6e990a17f27d8')
sha256sums_aarch64=('5a75d0713287b636636a06ce9103ff54f5788170f2e9312fc7559121f649d36f')
sha256sums_x86_64=('090ed3f06be51388bc511f90214484891432c160349c9c3fc6a131001c763381')
sha256sums_aarch64=('335f440cfa4c3b020e79896a00bfb68376c6efb11051c7e6736732acdc74d6ee')
package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"