switch to new download URL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
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.114
|
pkgver = 2.1.114
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/anthropics/claude-code
|
url = https://github.com/anthropics/claude-code
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
@@ -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.114-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.114/linux-x64/claude
|
source_x86_64 = claude-2.1.114-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.114/linux-x64/claude
|
||||||
sha256sums_x86_64 = 12bd4b0916deb06be17ffc7b2f0485e140bf00b2db3dcb78469d66723d73c27f
|
sha256sums_x86_64 = 12bd4b0916deb06be17ffc7b2f0485e140bf00b2db3dcb78469d66723d73c27f
|
||||||
source_aarch64 = claude-2.1.114-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.114/linux-arm64/claude
|
source_aarch64 = claude-2.1.114-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.114/linux-arm64/claude
|
||||||
sha256sums_aarch64 = 9556b74e2c912e7dcaef90c91fd0dd5095364f8a9d71398de3c5c669612b828a
|
sha256sums_aarch64 = 9556b74e2c912e7dcaef90c91fd0dd5095364f8a9d71398de3c5c669612b828a
|
||||||
|
|
||||||
pkgname = claude-code
|
pkgname = claude-code
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
[claude-code]
|
[claude-code]
|
||||||
source = "regex"
|
source = "regex"
|
||||||
url = "https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/latest"
|
url = "https://downloads.claude.ai/claude-code-releases/latest"
|
||||||
regex = ".+"
|
regex = ".+"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# 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.114
|
pkgver=2.1.114
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
url="https://github.com/anthropics/claude-code"
|
url="https://github.com/anthropics/claude-code"
|
||||||
@@ -20,14 +20,11 @@ optdepends=(
|
|||||||
'socat: sandboxing'
|
'socat: sandboxing'
|
||||||
)
|
)
|
||||||
|
|
||||||
# This bucket is used in the official install script at https://claude.ai/install.sh
|
|
||||||
# curl -fsSL https://claude.ai/install.sh | grep GCS_BUCKET
|
|
||||||
_gcs_bucket="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"
|
|
||||||
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")
|
||||||
source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${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::${_gcs_bucket}/${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=('12bd4b0916deb06be17ffc7b2f0485e140bf00b2db3dcb78469d66723d73c27f')
|
sha256sums_x86_64=('12bd4b0916deb06be17ffc7b2f0485e140bf00b2db3dcb78469d66723d73c27f')
|
||||||
sha256sums_aarch64=('9556b74e2c912e7dcaef90c91fd0dd5095364f8a9d71398de3c5c669612b828a')
|
sha256sums_aarch64=('9556b74e2c912e7dcaef90c91fd0dd5095364f8a9d71398de3c5c669612b828a')
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
GCS_BUCKET="https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases"
|
GCS_BUCKET="https://downloads.claude.ai/claude-code-releases"
|
||||||
PKGBUILD="PKGBUILD"
|
PKGBUILD="PKGBUILD"
|
||||||
|
|
||||||
# Get current version from PKGBUILD
|
# Get current version from PKGBUILD
|
||||||
|
|||||||
Reference in New Issue
Block a user