mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
update to 0.2.38
This commit is contained in:
parent
0518028ad7
commit
2cc549aef8
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = claude-code
|
||||
pkgdesc = An agentic coding tool that lives in your terminal
|
||||
pkgver = 0.2.37
|
||||
pkgver = 0.2.38
|
||||
pkgrel = 1
|
||||
url = https://github.com/anthropics/claude-code
|
||||
arch = any
|
||||
|
|
@ -10,8 +10,8 @@ pkgbase = claude-code
|
|||
optdepends = github-cli: interact with GitHub
|
||||
optdepends = glab: interact with GitLab
|
||||
optdepends = ripgrep: enhanced file search
|
||||
noextract = claude-code-0.2.37.tgz
|
||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.37.tgz
|
||||
b2sums = 02056d487ea6a2cbd66dfd510853ad0f5a959a662aea496b9b57de3d0f2939c8672cdef6f1a726ee1531c1f3e136dc9744061fc5c5f161708a2ce95b25103d8f
|
||||
noextract = claude-code-0.2.38.tgz
|
||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.38.tgz
|
||||
b2sums = d1c95965e54360141ca57c6c868b57843393fd6eef731383ecece727f0ca6331ed5e0d1dc293c4c2bcf60c83584fa7a80c7e388c92fcf410aa6f3c9903329d46
|
||||
|
||||
pkgname = claude-code
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Christopher Cooper <christopher@cg505.com>
|
||||
pkgname=claude-code
|
||||
_full_pkgname="@anthropic-ai/${pkgname}"
|
||||
pkgver=0.2.37
|
||||
pkgver=0.2.38
|
||||
pkgrel=1
|
||||
pkgdesc="An agentic coding tool that lives in your terminal"
|
||||
arch=('any')
|
||||
|
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
'ripgrep: enhanced file search'
|
||||
)
|
||||
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
|
||||
b2sums=('02056d487ea6a2cbd66dfd510853ad0f5a959a662aea496b9b57de3d0f2939c8672cdef6f1a726ee1531c1f3e136dc9744061fc5c5f161708a2ce95b25103d8f')
|
||||
b2sums=('d1c95965e54360141ca57c6c868b57843393fd6eef731383ecece727f0ca6331ed5e0d1dc293c4c2bcf60c83584fa7a80c7e388c92fcf410aa6f3c9903329d46')
|
||||
noextract=("${pkgname}-${pkgver}.tgz")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue