Skip to content

Commit c165002

Browse files
ccstatusline: update to 2.2.21 (#267)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 57633be commit c165002

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/nvchecker/old_ver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"url": "https://github.com/storaged-project/blivet-gui/releases/tag/2.6.0"
2929
},
3030
"aur/ccstatusline": {
31-
"version": "2.2.20",
32-
"url": "https://www.npmjs.com/package/ccstatusline/v/2.2.20"
31+
"version": "2.2.21",
32+
"url": "https://www.npmjs.com/package/ccstatusline/v/2.2.21"
3333
},
3434
"aur/claude-code-ui": {
3535
"version": "2.0.0",

aur/ccstatusline/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
pkgbase = ccstatusline
22
pkgdesc = Highly customizable status line formatter for Claude Code CLI with Powerline support
3-
pkgver = 2.2.20
3+
pkgver = 2.2.21
44
pkgrel = 1
55
url = https://github.com/sirmalloc/ccstatusline
66
arch = any
77
license = MIT
88
makedepends = npm
99
makedepends = jq
1010
depends = nodejs
11-
noextract = ccstatusline-2.2.20.tgz
12-
source = https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.20.tgz
13-
sha256sums = 93bc3dcb9e1dabccbf581cd83207fd816d69e96acf69cc5397823652a2c5a165
11+
noextract = ccstatusline-2.2.21.tgz
12+
source = https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.21.tgz
13+
sha256sums = 9691033d205c387bccad3a487b0089c97c8c04f825885c51d565d5bec44b69d3
1414

1515
pkgname = ccstatusline

aur/ccstatusline/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Jasmin <theblazehen@gmail.com>
22
pkgname=ccstatusline
3-
pkgver=2.2.20
3+
pkgver=2.2.21
44
pkgrel=1
55
pkgdesc="Highly customizable status line formatter for Claude Code CLI with Powerline support"
66
arch=('any')
@@ -11,7 +11,7 @@ depends=('nodejs')
1111
makedepends=('npm' 'jq')
1212
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
1313
noextract=("${pkgname}-${pkgver}.tgz")
14-
sha256sums=('93bc3dcb9e1dabccbf581cd83207fd816d69e96acf69cc5397823652a2c5a165')
14+
sha256sums=('9691033d205c387bccad3a487b0089c97c8c04f825885c51d565d5bec44b69d3')
1515

1616
package() {
1717
npm install -g --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" \

0 commit comments

Comments
 (0)