update to 1.0.123
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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 = 1.0.120
|
pkgver = 1.0.123
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/anthropics/claude-code
|
url = https://github.com/anthropics/claude-code
|
||||||
arch = any
|
arch = any
|
||||||
@@ -11,8 +11,8 @@ pkgbase = claude-code
|
|||||||
optdepends = github-cli: interact with GitHub
|
optdepends = github-cli: interact with GitHub
|
||||||
optdepends = glab: interact with GitLab
|
optdepends = glab: interact with GitLab
|
||||||
optdepends = ripgrep: enhanced file search
|
optdepends = ripgrep: enhanced file search
|
||||||
noextract = claude-code-1.0.120.tgz
|
noextract = claude-code-1.0.123.tgz
|
||||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.120.tgz
|
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-1.0.123.tgz
|
||||||
b2sums = 554c141d4ce24d2a7db11cc66fe247cf9fcd1ce36b7a6f447a0b9dcb38cab761ab7733bf1afb15daa58b48c93e6b6b149891f41b1411b68f481f7d716e569f8c
|
b2sums = 3d2ad945e3df9c2e56a07e127867dbc55a25ae8491f888937b71cbadbaa4d3ee904790f2781d8c5141cf21a43c9b7ab8a1c83daad90a8334d05c3b665926d289
|
||||||
|
|
||||||
pkgname = claude-code
|
pkgname = claude-code
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -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
|
||||||
_full_pkgname="@anthropic-ai/${pkgname}"
|
_full_pkgname="@anthropic-ai/${pkgname}"
|
||||||
pkgver=1.0.120
|
pkgver=1.0.123
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An agentic coding tool that lives in your terminal"
|
pkgdesc="An agentic coding tool that lives in your terminal"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -17,7 +17,7 @@ optdepends=(
|
|||||||
'ripgrep: enhanced file search'
|
'ripgrep: enhanced file search'
|
||||||
)
|
)
|
||||||
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
|
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
|
||||||
b2sums=('554c141d4ce24d2a7db11cc66fe247cf9fcd1ce36b7a6f447a0b9dcb38cab761ab7733bf1afb15daa58b48c93e6b6b149891f41b1411b68f481f7d716e569f8c')
|
b2sums=('3d2ad945e3df9c2e56a07e127867dbc55a25ae8491f888937b71cbadbaa4d3ee904790f2781d8c5141cf21a43c9b7ab8a1c83daad90a8334d05c3b665926d289')
|
||||||
noextract=("${pkgname}-${pkgver}.tgz")
|
noextract=("${pkgname}-${pkgver}.tgz")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user