mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
update to 0.2.90
This commit is contained in:
parent
66228e305c
commit
d827d1a76d
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.89
|
||||
pkgver = 0.2.90
|
||||
pkgrel = 1
|
||||
url = https://github.com/anthropics/claude-code
|
||||
arch = any
|
||||
|
|
@ -11,8 +11,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.89.tgz
|
||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.89.tgz
|
||||
b2sums = 03bd2161f29d2e5d1b0862426cdb75115033f43aaf2fefb69e96122d149214847ad938e6dca916fcacd58803ff9c25483df243321f90db6a4f70be3334805fc6
|
||||
noextract = claude-code-0.2.90.tgz
|
||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.90.tgz
|
||||
b2sums = 250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117
|
||||
|
||||
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.89
|
||||
pkgver=0.2.90
|
||||
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=('03bd2161f29d2e5d1b0862426cdb75115033f43aaf2fefb69e96122d149214847ad938e6dca916fcacd58803ff9c25483df243321f90db6a4f70be3334805fc6')
|
||||
b2sums=('250325ca33a73d96fabb4e7c49b79773925bb4a4fecc75735ade8c8349cd63f8e271d6b662c50e556394800fb459ce835674c05c77b555febb89b07b47ea5117')
|
||||
noextract=("${pkgname}-${pkgver}.tgz")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue