diff --git a/.SRCINFO b/.SRCINFO index e5a00fef6067..55d543fbf597 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal pkgver = 2.0.33 - pkgrel = 1 + pkgrel = 2 url = https://github.com/anthropics/claude-code arch = x86_64 arch = aarch64 @@ -14,7 +14,7 @@ pkgbase = claude-code optdepends = ripgrep: enhanced file search options = !strip source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md - sha256sums = 8b601297f77814bdd043daedb9a5ab89effad513a2ce5513c90cd12abac418a5 + sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 source_x86_64 = claude-2.0.33-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.0.33/linux-x64/claude sha256sums_x86_64 = 9eec064ef3f92dbac5736d4f52386186b25f4dc34aefa0ccf3cd77d82023b03a source_aarch64 = claude-2.0.33-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.0.33/linux-arm64/claude diff --git a/PKGBUILD b/PKGBUILD index 4e44b038375f..669fa974a1b2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jérôme Poulin pkgname=claude-code pkgver=2.0.33 -pkgrel=1 +pkgrel=2 pkgdesc="An agentic coding tool that lives in your terminal" arch=('x86_64' 'aarch64') url="https://github.com/anthropics/claude-code" @@ -22,7 +22,7 @@ source=("LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/ source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/claude") source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude") -sha256sums=('8b601297f77814bdd043daedb9a5ab89effad513a2ce5513c90cd12abac418a5') +sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6') sha256sums_x86_64=('9eec064ef3f92dbac5736d4f52386186b25f4dc34aefa0ccf3cd77d82023b03a') sha256sums_aarch64=('27e275233c83b537e5cb2f653072fadc70124efe9a345f9b6437ef31966c61bb')