diff --git a/.SRCINFO b/.SRCINFO index ef88ce0..664a479 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 0.2.114 + pkgver = 0.2.115 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.114.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.114.tgz - b2sums = b5dff8862d19c59ff1f8522ef826d0a9efb4ed61f8eb37c7911dd703865a1549f2a758f59096f708e10fb9dbf74cbe7fe3a74ed093e58abaef5e534f2525d641 + noextract = claude-code-0.2.115.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.115.tgz + b2sums = a61032a4130f1cd1bbfa57722ac91ab3684560d49075001a9847bdd5f0606397a9be6ccebd9f476505ef251e1945a74645feb58f6ef257b01be38a1b65100fcd pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 13f133d..7160532 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.114 +pkgver=0.2.115 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=('b5dff8862d19c59ff1f8522ef826d0a9efb4ed61f8eb37c7911dd703865a1549f2a758f59096f708e10fb9dbf74cbe7fe3a74ed093e58abaef5e534f2525d641') +b2sums=('a61032a4130f1cd1bbfa57722ac91ab3684560d49075001a9847bdd5f0606397a9be6ccebd9f476505ef251e1945a74645feb58f6ef257b01be38a1b65100fcd') noextract=("${pkgname}-${pkgver}.tgz") package() {